blob: ffa36f8ea1a06b567cd3656f97b7e7218c1e3ea9 [file] [log] [blame]
{
"name": "ROKKeyValue",
"version": "1.0.0",
"summary": "Store Key/Value pairs in your Realm.",
"description": "Use Realm as an alternative to NSUserDefaults. Store different types in the\nRealm file.",
"homepage": "https://github.com/romankl/KeyValue-swift",
"license": "MIT",
"authors": {
"Roman Klauke": "romaaan.git@gmail.com"
},
"source": {
"git": "https://github.com/romankl/KeyValue-swift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ROKKeyValue": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"RealmSwift": [
]
}
}