[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / b / c / f / Urushi / 0.2.0 / Urushi.podspec.json
blob81efc4140d5033c7b40b4ce0a997c25a61ffc13b
2   "name": "Urushi",
3   "version": "0.2.0",
4   "summary": "Persist `Glossy` structs.",
5   "description": "Urushi lets you use a `Glossy` struct as a persistent store.  Your struct is JSON serialized and persisted on disk.  Setting values in your struct will update what is stored on disk.  Put a static instance in your `AppDelegate` or something like that.  Then just set it (the `model`) and forget it!",
6   "homepage": "https://github.com/71241NW123CK/Urushi-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ryan Hiroaki Tsukamoto": "backward6@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/71241NW123CK/Urushi-Swift.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "Urushi/Classes/**/*",
22   "dependencies": {
23     "Gloss": [
24       "~> 2.0"
25     ]
26   },
27   "pushed_with_swift_version": "4.0"