blob: da36490547a156d65f1cd910e8b7492b86c2e8d5 [file] [log] [blame]
{
"name": "XYDTabBarController",
"version": "0.2.0",
"summary": "Custom tabBarController on iOS.",
"description": "It is a custom tabBarController used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/xiongyoudou/XYDTabBarController",
"license": "MIT",
"authors": {
"youdu.xiong": "xiongyoudou@163.com"
},
"source": {
"git": "https://github.com/xiongyoudou/XYDTabBarController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "XYDTabBarController/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}