[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 9 / RxPersistenceSettings / 0.0.1 / RxPersistenceSettings.podspec.json
blob28138b853234c2e574e52fe42a61653d47201da1
2   "name": "RxPersistenceSettings",
3   "version": "0.0.1",
4   "summary": ".",
5   "description": "Set of generic protocols for persisted settings with metadata, observable changes, etc. Currently implemented for UserDefaults.",
6   "homepage": "https://github.com/3ph/RxPersistenceSettings",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tomas Friml": "instantni.med@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/3ph/RxPersistenceSettings.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "RxCocoa": [
23       "~> 4.1.2"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "RxPersistenceSettings/Classes/Core/**/*"
30     },
31     {
32       "name": "UserDefaults",
33       "dependencies": {
34         "RxPersistenceSettings/Core": [
36         ]
37       },
38       "source_files": "RxPersistenceSettings/Classes/UserDefaults/**/*"
39     }
40   ]