[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 7 / 3 / 9 / AlamofireURLCache5 / 0.5.0 / AlamofireURLCache5.podspec.json
blob5ed5300b810e2c00d782ca06c411285a02177d40
2   "name": "AlamofireURLCache5",
3   "version": "0.5.0",
4   "summary": "Alamofire network library URLCache-based cache extension",
5   "description": "AlamofireURLCache can cooperate with Alamofire to easily realize data request caching (based on URLCache) without modifying your code logic.",
6   "homepage": "https://github.com/kenshincui/AlamofireURLCache.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kenshincui": "kenshincui@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kenshincui/AlamofireURLCache.git",
16     "tag": "0.5.0"
17   },
18   "swift_versions": "5.2",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": [
23     "AlamofireURLCache/*.{h,swift}",
24     "Debugger/**/*.{h,swift}"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "~> 5.2"
29     ]
30   },
31   "swift_version": "5.2"