blob: 9fa20237bf0140ebe572c24394b04f1d82ebc9b9 [file] [log] [blame]
{
"name": "XYDTabBarController",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "XYDTabBarController/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}