blob: 75dd4b7ada8635e814ccfca99dee9d8412713233 [file] [log] [blame]
{
"name": "FFRealmUtils",
"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/Faifly/FFRealmUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ArKalmykov": "ar.kalmykov@yahoo.com"
},
"source": {
"git": "https://github.com/Faifly/FFRealmUtils.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FFRealmUtils/Classes/**/*",
"dependencies": {
"Realm": [
],
"RealmSwift": [
],
"Marshal": [
]
},
"pushed_with_swift_version": "4.0"
}