blob: 90636117fc5fea6ff97be64b5e686ea9c7fd0c09 [file] [log] [blame]
{
"name": "DaisyNet",
"version": "0.0.9",
"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.9"
},
"source_files": [
"DaisyNet/DaisyNet",
"DaisyNet/DaisyNet/*.swift"
],
"requires_arc": true,
"dependencies": {
"Cache": [
">= 5.0.0"
],
"Alamofire": [
">= 4.5.1"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}