[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / 6 / 0 / BeappCache / 0.2.0 / BeappCache.podspec.json
blob8e5800ae3ed84f9226c769ce1d25c9d60a6ac485
2   "name": "BeappCache",
3   "version": "0.2.0",
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.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "BeappCache/Classes/**/*",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Cache": [
26       "~> 5.2.0"
27     ],
28     "RxSwift": [
29       "~> 4.4.0"
30     ]
31   }