[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 0 / BeappCache / 0.6 / BeappCache.podspec.json
blob0122596f893404f59fe87ae57a39078217ccebc1
2   "name": "BeappCache",
3   "version": "0.6",
4   "summary": "This library provides a cache mechanism relying on RxSwift",
5   "description": "This library provides a cache mechanism relying on RxSwift. There are currently one storage implementation: Cache",
6   "homepage": "https://github.com/BeApp/beapp.library.cache.ios.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "beapp": "dev@beapp.fr"
13   },
14   "source": {
15     "git": "https://github.com/BeApp/beapp.library.cache.ios.git",
16     "tag": "0.6"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "BeappCache/Classes/**/*",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Cache": [
26       "~> 5.2.0"
27     ],
28     "RxSwift": [
29       "~> 6.0"
30     ]
31   },
32   "swift_version": "5.0"