blob: e7b835f155bd13f366459058a7d5c3975e720b75 [file] [log] [blame]
{
"name": "DaisyNet",
"version": "0.0.8",
"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.8"
},
"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"
}
}