blob: b9f49d7b63cc0a1c4bc6eb55f8fddb27ecfe4ac0 [file] [log] [blame]
{
"name": "ACNetworking",
"version": "1.0.0",
"platforms": {
"ios": "9.0"
},
"summary": "A networking tool with memory and disk cache",
"homepage": "https://github.com/iAllenC/ACNetworking.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AllenChen": "iallenchen@foxmail.com"
},
"source": {
"git": "https://github.com/iAllenC/ACNetworking.git",
"tag": "1.0.0"
},
"source_files": "ACNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}