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