[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / e / 1 / Storez / 2.0.1 / Storez.podspec.json
blob20fce2c3ba9f89933d3687faa09b3b80a133968d
2   "name": "Storez",
3   "version": "2.0.1",
4   "summary": "Safe, statically-typed, store-agnostic key-value storage!",
5   "description": "Provides an extremely flexible way to implement a statically\ntyped key-value store, backed by the persistence store of your\nchoice.",
6   "homepage": "http://kitz.io",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/SwiftKitz/Storez.git",
10     "tag": "v2.0.1"
11   },
12   "authors": {
13     "Maz Jaleel": "mazjaleel@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/SwiftKitz",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "default_subspecs": "All",
23   "subspecs": [
24     {
25       "name": "All",
26       "dependencies": {
27         "Storez/UserDefaults": [
29         ],
30         "Storez/Cache": [
32         ]
33       }
34     },
35     {
36       "name": "Core",
37       "source_files": "Storez/Storez/Entity/*"
38     },
39     {
40       "name": "UserDefaults",
41       "source_files": "Storez/Storez/Stores/UserDefaults/*",
42       "dependencies": {
43         "Storez/Core": [
45         ]
46       }
47     },
48     {
49       "name": "Cache",
50       "source_files": "Storez/Storez/Stores/Cache/*",
51       "dependencies": {
52         "Storez/Core": [
54         ]
55       }
56     }
57   ]