blob: 44b280817a2573ac3244fb775987f80e29bc9b34 [file] [log] [blame]
{
"name": "ApplicationEntry",
"version": "1.0.3",
"summary": "在系统UITabBarController和UINavigationController基础上,搭建常见的NavigationBar/TabBar样式",
"description": "TODO: 在系统UITabBarController和UINavigationController基础上,搭建常见的NavigationBar/TabBar样式。",
"homepage": "https://github.com/Kalanhall",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kalanhall@163.com": "wujm002@galanz.com"
},
"source": {
"git": "https://github.com/Kalanhall/ApplicationEntry.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ApplicationEntry/Classes/**/*",
"subspecs": [
{
"name": "Category",
"source_files": "ApplicationEntry/Classes/Category/*"
},
{
"name": "FlashyTabBar",
"source_files": "ApplicationEntry/Classes/FlashyTabBar/*"
}
]
}