blob: a8cd3f2d529996d6f55864677650de9f8c491a02 [file] [log] [blame]
{
"name": "XMNAFNet",
"version": "0.4.1",
"summary": "基于AFNetworking封装的网络请求类库",
"homepage": "https://github.com/ws00801526/XMNAFNet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XMFraker": "3057600441@qq.com"
},
"source": {
"git": "https://github.com/ws00801526/XMNAFNet.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Core",
"Tools",
"Cache"
],
"subspecs": [
{
"name": "Core",
"source_files": "XMNAFNet/Classes/Core/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "Tools",
"source_files": "XMNAFNet/Classes/Tools/*.{h,m}",
"dependencies": {
"XMNAFNet/Core": [
],
"Reachability": [
]
}
},
{
"name": "Cache",
"source_files": "XMNAFNet/Classes/Cache/*.{h,m}",
"dependencies": {
"XMNAFNet/Core": [
],
"YYCache": [
],
"YYModel": [
]
}
}
]
}