blob: fc946b5e92da277345876ba2c6fb15e15e3cf950 [file] [log] [blame]
{
"name": "WXNetworking",
"version": "1.2",
"platforms": {
"ios": "9.0"
},
"summary": "iOS基于AFN封装可定制的网络请求框架",
"homepage": "https://github.com/CoderMaoWX/WXNetworking",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"maowangxin": "maowangxin_2013@163.com"
},
"source": {
"git": "https://github.com/CoderMaoWX/WXNetworking.git",
"tag": "1.2"
},
"source_files": "WXNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": {
"YYCache": [
],
"AFNetworking": [
],
"YYModel": [
]
}
}