blob: 1e7466c446d6f08e91c60c604b2c47f688ae88a6 [file] [log] [blame]
{
"name": "XYNetWork",
"version": "1.0.3",
"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.3"
},
"source_files": "XYNetWork/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}