blob: 9b112096ef19c4ee1e72d7270ff9805743c339f4 [file] [log] [blame]
{
"name": "LYNetworking",
"version": "0.1.0",
"summary": "LYNetworking.",
"description": "LYNetworking 是对AFNetworking 的二次封装库.",
"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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LYNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}