blob: a92c2c42e1014942dec2e2a4a4da5f5a0b4a9280 [file] [log] [blame]
{
"name": "KCTabBar",
"version": "1.0.0",
"summary": "A set of KCTabBar.",
"description": "自定义TabBar的一个集合,添加pod支持",
"homepage": "https://github.com/KnowChat/KCTabBar",
"license": "MIT",
"authors": {
"lzmy1993": "http://www.knowchat.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/KnowChat/KCTabBar.git",
"tag": "1.0.0"
},
"default_subspecs": "KCTabBar",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "KCTabBar",
"source_files": "KCTabBar/**/*"
},
{
"name": "KCMidBtnTabBar",
"source_files": "KCTabBar/KCMidBtnTabBar/*"
},
{
"name": "KCNormalTabBar",
"source_files": "KCTabBar/KCNormalTabBar/*"
}
]
}