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