blob: 54bde441c4b2a50b97d76da4d0e18a5ac327f532 [file] [log] [blame]
{
"name": "BBTNetWorkManager",
"version": "0.2.2",
"summary": "A short description of BBTNetWorkManager.",
"description": "万物&棒棒糖通用网络库",
"homepage": "git@git.bonbon.club:bbt-client-components/BBTNetWorkManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matcha00": "chenhuan@bonbonwork.com"
},
"source": {
"git": "git@git.bonbon.club:bbt-client-components/BBTNetWorkManager.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "NetWorkManager",
"subspecs": [
{
"name": "NetWorkManager",
"source_files": "BBTNetWorkManager/Classes/NetWorkManager/*.{h,m}",
"dependencies": {
"BBTNetWorkManager/AppInfo": [
],
"BBTNetWorkManager/Encode": [
],
"BBTNetWorkManager/OpenUDID": [
],
"AFNetworking": [
"4.0.1"
],
"SVProgressHUD": [
"2.2.5"
],
"AMKCategories": [
"0.1.7"
],
"YYCategories": [
]
}
},
{
"name": "AppInfo",
"source_files": "BBTNetWorkManager/Classes/AppInfo/*.{h,m}"
},
{
"name": "Encode",
"source_files": "BBTNetWorkManager/Classes/Encode/*.{h,m}"
},
{
"name": "OpenUDID",
"source_files": "BBTNetWorkManager/Classes/OpenUDID/*.{h,m}",
"requires_arc": false
}
]
}