blob: 951837adf14f3a724f21ab2b00cb472790026f87 [file] [log] [blame]
{
"name": "FUIVerticalTabBarController",
"version": "1.0",
"summary": "An awesome flat vertical tab bar controller for iOS.",
"homepage": "https://github.com/dzenbot/FUIVerticalTabBarController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ignacio Romero Z.": "iromero@dzen.cl"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/dzenbot/FUIVerticalTabBarController.git",
"tag": "v1.0"
},
"source_files": [
"Classes",
"Source/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"FlatUIKit": [
"~> 1.2"
]
},
"deprecated": true
}