[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 8 / c / BxCaching / 1.8.0 / BxCaching.podspec.json
blob6a5e33efc69882c74c9fc4b8c48b6b5fc3b3fc37
2   "name": "BxCaching",
3   "version": "1.8.0",
4   "swift_version": "4.1",
5   "summary": "Caching Techniques for Offline-First Development.",
6   "description": "BxCaching provides common means of performing caching of responses of a REST api for offline-first development.",
7   "homepage": "https://bxcaching.borchero.com",
8   "documentation_url": "https://bxcaching.borchero.com/docs",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oliver Borchert": "borchero@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/borchero/BxCaching.git",
18     "tag": "1.8.0"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxCaching/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "BxUtility": [
29       "~> 1.0"
30     ],
31     "BxPersistence": [
32       "~> 1.0"
33     ],
34     "BxNetworking": [
35       "~> 1.0"
36     ],
37     "BxReact": [
38       "~> 0.1"
39     ]
40   },
41   "frameworks": "Foundation"