blob: 0c5fcbeedf05929cf424fa4d68fbf57c6798eb4e [file] [log] [blame]
{
"name": "BSNetWork",
"version": "0.0.3",
"summary": "网络封装库",
"description": "This is my ldaqiangl 的一次封装组件实验",
"homepage": "https://github.com/ldaqiangl/BSNetWork.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"www.ldaqiangl.com": "dongfuqiang@xinzhili.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ldaqiangl/BSNetWork.git",
"tag": "0.0.3",
"submodules": true
},
"source_files": [
"BSNetWork",
"BSNetWork/**/BSNetWork.h"
],
"public_header_files": "BSNetWork/**/BSNetWork.h",
"requires_arc": true,
"subspecs": [
{
"name": "NetKit",
"source_files": "BSNetWork/NetKit/*.{h,m}",
"public_header_files": "BSNetWork/NetKit/*.h",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "Category",
"source_files": "BSNetWork/Category/*.{h,m}",
"public_header_files": "BSNetWork/Category/*.h",
"dependencies": {
"MJRefresh": [
],
"DZNEmptyDataSet": [
]
}
}
]
}