blob: 6bc36df081ff26feaf48c29bbc8172fa5035d55e [file] [log] [blame]
{
"name": "SwiftyJSONRealmObject",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "SwiftyJSONRealmObject/Classes/**/*",
"dependencies": {
"RealmSwift": [
"~> 1.0"
],
"SwiftyJSON": [
]
}
}