blob: 1e18fcfd4d5b1f19bd1a27e33f3bade81e7bd008 [file] [log] [blame]
{
"name": "BitautoTech",
"version": "0.0.5",
"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.5"
},
"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"
},
"subspecs": [
{
"name": "UIKit",
"source_files": "BitautoTech/BitautoTech/Category/UIKit/*.{h,m}",
"dependencies": {
"BitautoTech/Category/Foundation": [
]
}
},
{
"name": "Foundation",
"source_files": "BitautoTech/BitautoTech/Category/Foundation/*.{h,m}"
}
]
},
{
"name": "Indicator",
"platforms": {
"ios": "8.0"
},
"source_files": "BitautoTech/BitautoTech/Indicator/**/*.{h,m}",
"resources": "BitautoTech/BitautoTech/Indicator/Indicator.bundle"
}
]
}