blob: 69490d6bcbc1c0832c63d2d0043f377833d0e03b [file] [log] [blame]
{
"name": "ACNetworkingSwift",
"version": "0.0.2",
"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.2"
},
"source_files": "ACNetworking/*.swift",
"requires_arc": true,
"swift_version": "4.0",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}