blob: 54f4d274c4c59fc468f8478e576e4763284823ca [file] [log] [blame]
{
"name": "BCNetworkSystem",
"version": "0.0.7",
"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.7"
},
"source_files": "BCNetworkSystem/Networking/BCNetwork.h",
"public_header_files": "BCNetworkSystem/Networking/BCNetwork.h",
"requires_arc": true,
"dependencies": {
"BCCommonModule": [
"~> 0.0.7"
],
"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": {
"MBProgressHUD": [
"1.1.0"
]
},
"frameworks": "UIKit",
"source_files": "BCNetworkSystem/Networking/Import/*.{h,m}",
"public_header_files": "BCNetworkSystem/Networking/Import/*.h"
},
{
"name": "Const",
"dependencies": {
"BCNetworkSystem/Import": [
]
},
"frameworks": "Foundation",
"source_files": "BCNetworkSystem/Networking/Const/**/*.{h,m}",
"public_header_files": "BCNetworkSystem/Networking/Const/**/*.h"
},
{
"name": "BCAIFNetworking",
"dependencies": {
"Masonry": [
"1.1.0"
],
"AIFNetworking": [
"0.1.5"
],
"MBProgressHUD": [
"1.1.0"
],
"BCCommonModule": [
"~> 0.0.7"
],
"BCNetworkSystem/Import": [
],
"BCNetworkSystem/Const": [
]
},
"frameworks": "Foundation",
"source_files": "BCNetworkSystem/Networking/BCAIFNetworking/**/*.{h,m}",
"public_header_files": "BCNetworkSystem/Networking/BCAIFNetworking/**/*.h",
"resources": "BCNetworkSystem/Networking/**/*.{xib,plist}"
}
]
}