blob: e9009a22865e5f3b08e9fa03bcf95a0983d2c1ad [file] [log] [blame]
{
"name": "BitautoTech",
"version": "0.0.6",
"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.6"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Refresh",
"source_files": "BitautoTech/Refresh/**/*.{h,m}",
"resources": "BitautoTech/Refresh/Refresh.bundle",
"dependencies": {
"MJRefresh": [
"~> 3.1.15"
],
"BitautoTech/Indicator": [
]
}
},
{
"name": "Category",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "UIKit",
"source_files": "BitautoTech/Category/UIKit/*.{h,m}",
"dependencies": {
"BitautoTech/Category/Foundation": [
]
}
},
{
"name": "Foundation",
"source_files": "BitautoTech/Category/Foundation/*.{h,m}"
}
]
},
{
"name": "Indicator",
"platforms": {
"ios": "8.0"
},
"source_files": "BitautoTech/Indicator/**/*.{h,m}",
"resources": "BitautoTech/Indicator/Indicator.bundle"
},
{
"name": "Network",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Reachability",
"source_files": "BitautoTech/Network/Reachability/*.{h,m}"
},
{
"name": "RequestManager",
"source_files": "BitautoTech/Network/RequestManager/*.{h,m}",
"dependencies": {
"BitautoTech/Network/YTKNetwork": [
]
}
},
{
"name": "YTKNetwork",
"source_files": "BitautoTech/Network/YTKNetwork/*.{h,m}",
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}
]
},
{
"name": "Keychain",
"platforms": {
"ios": "8.0"
},
"source_files": "BitautoTech/Keychain/**/*.{h,m}",
"dependencies": {
"SAMKeychain": [
"~> 1.5.3"
]
}
}
]
}