blob: 52b6fcbebe7072125ee7a4ddf91f889fa0ee6ea5 [file] [log] [blame]
{
"name": "FUIVerticalTabBarController",
"version": "1.0.3",
"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.3"
},
"source_files": [
"Classes",
"Source/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"dependencies": {
"FlatUIKit": [
"~> 1.2"
]
},
"requires_arc": true,
"deprecated": true
}