[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 3 / 1 / RxCache / 0.1.5 / RxCache.podspec.json
blob1cef669039f01e40cdd7531236e680aa356aaa49
2   "name": "RxCache",
3   "version": "0.1.5",
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": "0.1.5"
13   },
14   "social_media_url": "https://github.com/FuckBoilerplate",
15   "platforms": {
16     "watchos": "2.0",
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 2.0"
25     ]
26   }