blob: 635cece074aa5489e45e76db14a3253ff4703b74 [file] [log] [blame]
{
"name": "LYNetworking",
"version": "1.0.0",
"summary": "对AFNetworking网络请求的二次封装,支持RESTful API",
"description": "对iOS网络请求第三方库AFNetworking的二次封装,隔离对第三方库的直接使用,支持RESTful API。",
"homepage": "https://github.com/DeveloperLY/LYNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DeveloperLY": "coderyliu@gmail.com"
},
"source": {
"git": "https://github.com/DeveloperLY/LYNetworking.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LYNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}