blob: 4cfd768667daf6c49ed75efbf81e271cf7e08988 [file] [log] [blame]
{
"name": "BitautoTech",
"version": "0.0.4",
"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.4"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Refresh",
"source_files": "BitautoTech/BitautoTech/Refresh/**/*.{h,m}",
"resources": "BitautoTech/BitautoTech/Refresh/Refresh.bundle",
"dependencies": {
"MJRefresh": [
"~> 3.1.15"
],
"BitautoTech/Indicator": [
]
}
},
{
"name": "Category",
"platforms": {
"ios": "8.0"
},
"source_files": "BitautoTech/BitautoTech/Category/**/*.{h,m}"
},
{
"name": "Indicator",
"platforms": {
"ios": "8.0"
},
"source_files": "BitautoTech/BitautoTech/Indicator/**/*.{h,m}",
"resources": "BitautoTech/BitautoTech/Indicator/Indicator.bundle"
}
]
}