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