blob: fe3c2503e12fd97dc9658607301e1143dc8f7a0d [file] [log] [blame]
{
"name": "AKRealmUtils",
"version": "1.0.0",
"summary": "Realm and Marshal tools",
"description": "This library simplifies workflow with Realm and provides some helper methods for mapping via Marshal",
"homepage": "https://github.com/Artem-Kalmykov/AKRealmUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artem-Kalmykov": "ar.kalmykov@yahoo.com"
},
"source": {
"git": "https://github.com/Artem-Kalmykov/AKRealmUtils.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "AKRealmUtils/Classes/**/*",
"dependencies": {
"Realm": [
],
"RealmSwift": [
],
"Marshal": [
]
}
}