blob: ab005197a6eaddc7daae300ec07bcc1234cfd661 [file] [log] [blame]
{
"name": "RSRealmHelper",
"version": "1.0.0",
"summary": "A helper class to use with Realm database",
"description": "A class to use with Realm database to manager the connection, abstract the file creation and crypto.\nGet helper functions to save, update and delete objetcs.",
"homepage": "https://github.com/redspark-io/RSRealmHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcus Costa": "marcus.costa@redspark.io"
},
"source": {
"git": "https://github.com/redspark-io/RSRealmHelper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"module_name": "RSRealmHelper",
"source_files": "RSRealmHelper/Classes/**/*",
"dependencies": {
"RealmSwift": [
],
"KeychainAccess": [
]
}
}