blob: d0b918ec0857720cde4c2f543c27beed76a33e51 [file] [log] [blame]
{
"name": "XYNetWork",
"version": "1.0.2",
"summary": "基于AFNNetworking的封装",
"description": "一款基于基于AFNNetworking封装的网络框架,方便使用以及配置不同的请求",
"homepage": "https://github.com/Loveying/XYNetWork",
"license": "MIT",
"authors": {
"xiayingying": "xia.yy@ejlchina.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Loveying/XYNetWork.git",
"tag": "1.0.2"
},
"source_files": "XYNetWork/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}