[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 3 / 1 / RxCache / 0.1.2 / RxCache.podspec.json
blobc12c4061970e78cc47e6bf8935525ffaa85ffba6
2   "name": "RxCache",
3   "version": "0.1.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": "0.1.2"
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   }