[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 2 / 8 / e / ROKKeyValue / 1.0.0 / ROKKeyValue.podspec.json
blobffa36f8ea1a06b567cd3656f97b7e7218c1e3ea9
2   "name": "ROKKeyValue",
3   "version": "1.0.0",
4   "summary": "Store Key/Value pairs in your Realm.",
5   "description": "Use Realm as an alternative to NSUserDefaults. Store different types in the\nRealm file.",
6   "homepage": "https://github.com/romankl/KeyValue-swift",
7   "license": "MIT",
8   "authors": {
9     "Roman Klauke": "romaaan.git@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/romankl/KeyValue-swift.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ROKKeyValue": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "RealmSwift": [
28     ]
29   }