blob: cfadb81761eabd1629751c632b53733a4f546058 [file] [log] [blame]
{
"name": "RDVTabBarController",
"version": "1.1",
"summary": "Highly customizable tabBar and tabBarController for iOS",
"description": "RDVTabBarController is iPad and iPhone compatible. Supports landscape and portrait orientations and can be used inside UINavigationController.",
"homepage": "https://github.com/robbdimitrov/RDVTabBarController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Dimitrov": "robert_dimitrov@me.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/robbdimitrov/RDVTabBarController.git",
"tag": "v1.1"
},
"source_files": [
"RDVTabBarController",
"RDVTabBarController/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"requires_arc": true
}