[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 8 / c / BxCaching / 3.0.2 / BxCaching.podspec.json
blobd977352c35f566c0e95a75168404436cb0650df0
2   "name": "BxCaching",
3   "version": "3.0.2",
4   "swift_version": "4.2",
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": "3.0.2"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxCaching/**/*.{swift,h,m,mm,cpp,c}",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "BxUtility": [
29       "~> 3.0"
30     ],
31     "BxPersistence": [
32       "~> 3.0"
33     ],
34     "BxNetworking": [
35       "~> 3.0"
36     ],
37     "BxReact": [
38       "~> 3.0"
39     ]
40   },
41   "frameworks": "Foundation"