[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / 1 / RxCache / 1.0.2 / RxCache.podspec.json
blob30a89e12d737aa3147de985db00c2e6852aa1bc5
2   "name": "RxCache",
3   "version": "1.0.2",
4   "summary": "Reactive caching library for Swift",
5   "homepage": "https://github.com/FuckBoilerplate/RxCache",
6   "license": "MIT",
7   "authors": {
8     "Victor Albertos": "me@victoralbertos.com"
9   },
10   "source": {
11     "git": "https://github.com/FuckBoilerplate/RxCache.git",
12     "tag": "1.0.2"
13   },
14   "social_media_url": "https://github.com/FuckBoilerplate",
15   "platforms": {
16     "watchos": "2.0",
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Core/**/*",
26       "dependencies": {
27         "RxSwift": [
28           ">= 3.0.0-beta.1"
29         ]
30       }
31     },
32     {
33       "name": "ObjectMapper",
34       "source_files": "Sources/Cacheables/ObjectMapper/*.swift",
35       "dependencies": {
36         "RxCache/Core": [
38         ],
39         "ObjectMapper": [
40           "~> 2.0"
41         ]
42       }
43     },
44     {
45       "name": "Gloss",
46       "source_files": "Sources/Cacheables/Gloss/*.swift",
47       "dependencies": {
48         "RxCache/Core": [
50         ],
51         "Gloss": [
52           "~> 1.0"
53         ]
54       }
55     }
56   ]