blob: a914fa2d07cee9ff1b2d7092e3389566eab9a475 [file] [log] [blame]
{
"name": "ObjectMapper-RealmSwift",
"version": "0.1.0",
"summary": "Helps to parse RealmSwift List<Class>() and RealmOptional<T>() properties with ObjectMapper framework.",
"description": "ObjectMapper (https://github.com/Hearst-DD/ObjectMapper) is a great tool to map entities. \nBut there are no functional to map directly to realm objects. \nObjectMapper_RealmSwift helps to parse List<Class>() and RealmOptional<T>() properties with ObjectMapper framework and store them correctly \nwithout \"Transforms\".",
"homepage": "https://github.com/NikKovIos/ObjectMapper-RealmSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nik Kov": "nikkovios@gmail.com"
},
"source": {
"git": "https://github.com/NikKovIos/ObjectMapper-RealmSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ObjectMapper-RealmSwift/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RealmSwift": [
"~> 2.3"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0"
}