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