blob: d70380de1639428f13c0adc1af163990dc04082a [file] [log] [blame]
{
"name": "DaisyNet",
"version": "0.0.3",
"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.3"
},
"source_files": [
"DaisyNet/DaisyNet",
"DaisyNet/DaisyNet/*.swift"
],
"requires_arc": true,
"dependencies": {
"Cache": [
"~> 4.1.2"
],
"Alamofire": [
"~> 4.5.1"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}