blob: 695edcd3927088e1336c281a165c17493ffe860b [file] [log] [blame]
{
"name": "BCNetworkSystem",
"version": "0.0.2",
"summary": "樊登读书 网络模块",
"description": "\"樊登读书\"",
"homepage": "http://gitlab.dushuclub.io/youhui/bcnetworksystem",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"youhui": "youhui@dushu.io"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "http://gitlab.dushuclub.io/youhui/bcnetworksystem.git",
"tag": "0.0.2"
},
"source_files": "BCNetworkSystem/Networking/BCNetwork.h",
"public_header_files": "BCNetworkSystem/Networking/BCNetwork.h",
"requires_arc": true,
"dependencies": {
"BCCommonModule": [
"0.0.5"
],
"AIFNetworking": [
"0.1.5"
],
"MBProgressHUD": [
"1.1.0"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Export",
"frameworks": "Foundation",
"source_files": "BCNetworkSystem/Networking/Export/**/*.{h,m}",
"public_header_files": "BCNetworkSystem/Networking/Export/**/*.h"
},
{
"name": "Import",
"dependencies": {
"BCCommonModule": [
"0.0.5"
],
"MBProgressHUD": [
"1.1.0"
]
},
"frameworks": "UIKit",
"source_files": "BCNetworkSystem/Networking/Import/*.{h,m}",
"public_header_files": "BCNetworkSystem/Networking/Import/*.h"
}
]
}