[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 4 / a / 5 / RxUserDefaults / 0.1.0 / RxUserDefaults.podspec.json
bloba9debe76006341adcc8d19267174fc502fb21469
2   "name": "RxUserDefaults",
3   "version": "0.1.0",
4   "summary": "Wrapper for userDefaults with RxSwift support.",
5   "description": "<<-DESC\n  Wrapper for userDefaults with RxSwift support.\n                         DESC",
6   "homepage": "https://github.com/num42/RxUserDefaults",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "David Kraus": "kraus.david.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/num42/RxUserDefaults.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "source_files": "RxUserDefaults/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 3.0.0-rc.1"
26     ]
27   }