[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / c / 3 / SwiftRemoteFileCache / 0.2 / SwiftRemoteFileCache.podspec.json
blob195d37d135cef89792da7089375034f16d05c3a2
2   "name": "SwiftRemoteFileCache",
3   "version": "0.2",
4   "summary": "Manages a cache of remote files for use, based on their relative priority level.",
5   "homepage": "https://github.com/briankeane/SwiftRemoteFileCache.git",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Brian Keane": "brian@playola.fm"
11   },
12   "swift_versions": "5.0",
13   "platforms": {
14     "ios": "10.3",
15     "osx": "10.11"
16   },
17   "source": {
18     "git": "https://github.com/briankeane/SwiftRemoteFileCache.git",
19     "tag": "0.2"
20   },
21   "exclude_files": [
23   ],
24   "dependencies": {
25     "Alamofire": [
26       "4.7.3"
27     ]
28   },
29   "source_files": "Sources/*.{h,m,swift}",
30   "swift_version": "5.0"