blob: 1c8750bbce49deb9b1f80b88ccfc16fa9af440b7 [file] [log] [blame]
{
"name": "ACNetworking",
"version": "1.0.2",
"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.2"
},
"source_files": "ACNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
]
}
}