blob: 5ed5300b810e2c00d782ca06c411285a02177d40 [file] [log] [blame]
{
"name": "AlamofireURLCache5",
"version": "0.5.0",
"summary": "Alamofire network library URLCache-based cache extension",
"description": "AlamofireURLCache can cooperate with Alamofire to easily realize data request caching (based on URLCache) without modifying your code logic.",
"homepage": "https://github.com/kenshincui/AlamofireURLCache.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kenshincui": "kenshincui@hotmail.com"
},
"source": {
"git": "https://github.com/kenshincui/AlamofireURLCache.git",
"tag": "0.5.0"
},
"swift_versions": "5.2",
"platforms": {
"ios": "10.0"
},
"source_files": [
"AlamofireURLCache/*.{h,swift}",
"Debugger/**/*.{h,swift}"
],
"dependencies": {
"Alamofire": [
"~> 5.2"
]
},
"swift_version": "5.2"
}