blob: 3023468e22130d67d102cf4d2e8db1427a2d4d32 [file] [log] [blame]
{
"name": "DaisyNet",
"version": "0.0.2",
"summary": "Alamofire与Cache封装, 更容易存储请求数据",
"homepage": "https://github.com/MQZHot/DaisyNet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MQZHot": "mqz1228@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MQZHot/DaisyNet.git",
"tag": "0.0.2"
},
"source_files": [
"DaisyNet/DaisyNet",
"DaisyNet/DaisyNet/*.swift"
],
"requires_arc": true,
"dependencies": {
"Cache": [
"~> 4.0.4"
],
"Alamofire": [
"~> 4.5.1"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}