blob: 277b24b50c36a5786f7f9bb00a005aa4346cc10f [file] [log] [blame]
{
"name": "RSRealmHelper",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"module_name": "RSRealmHelper",
"source_files": "RSRealmHelper/Classes/**/*",
"dependencies": {
"RealmSwift": [
],
"KeychainAccess": [
]
}
}