blob: 0e3e77e5d03471d6d67f946040c35ea8bb86b815 [file] [log] [blame]
{
"name": "BitautoTech",
"version": "0.0.3",
"summary": "BitautoTech工具类,封装下拉刷新,集成分类,更加方便开发使用",
"homepage": "https://github.com/huipengo/BitautoTech",
"license": "MIT",
"authors": {
"huipeng": "penghui_only@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huipengo/BitautoTech.git",
"tag": "0.0.3"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "BitautoTech/BitautoTech/Refresh/**/*",
"dependencies": {
"MJRefresh": [
"~> 3.1.15"
]
}
},
{
"name": "Category",
"platforms": {
"ios": "8.0"
},
"source_files": "BitautoTech/BitautoTech/Category/**/*"
}
]
}