blob: cf09428b2d058a373c62c47e6467d684200c3cac [file] [log] [blame]
{
"name": "SwiftyJSONRealmObject",
"version": "1.0.0",
"summary": "A easy way to use SwiftyJSON object with Realm",
"description": "It permit you to initialize your Realm Object directly from SwiftyJSON object, both for signle object than for a list of them.",
"homepage": "https://github.com/CorlaOnline/SwiftyJSONRealmObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Corlatti": "alex.corlatti@gmail.com"
},
"source": {
"git": "https://github.com/CorlaOnline/SwiftyJSONRealmObject.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "SwiftyJSONRealmObject/Classes/**/*",
"dependencies": {
"RealmSwift": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}