blob: 7a4edbf0d7f0890cc5d1314585bee9a1546f80be [file] [log] [blame]
{
"name": "CTabBarController",
"version": "0.1.0",
"summary": "Customizable tabbarcontroller for iOS",
"description": " This projects creates a custom TabBarController and NavigationController\n to customize tabbar. UITabBar doesn't lets you big customization to UI. This\n framework lets you create custom tabbars and use with the CTabBarController.\n",
"homepage": "https://github.com/ogantopkaya/CTabBarController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ogan Topkaya": "otopkaya@me.com"
},
"social_media_url": "https://twitter.com/ogantopkaya",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ogantopkaya/CTabBarController.git",
"tag": "0.1.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit"
}