blob: 3099fb6eb81bdea1f58fa57607a458facd18875f [file] [log] [blame]
{
"name": "AKRealmUtils",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "AKRealmUtils/Classes/**/*",
"dependencies": {
"Realm": [
],
"RealmSwift": [
],
"Marshal": [
]
},
"swift_version": "5.0"
}