blob: ec2ab1abc82e8386205b78f603dee22ec4e9026d [file] [log] [blame]
{
"name": "Database",
"version": "0.1.8",
"summary": "A database wrapper for realm.",
"description": "Database singleton wrapper for Realm",
"homepage": "https://github.com/matteocrippa/Database",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"matteocrippa": "@ghego20"
},
"source": {
"git": "https://github.com/matteocrippa/Database.git",
"tag": "0.1.8"
},
"social_media_url": "https://twitter.com/ghego20",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "Database/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 3"
],
"RealmSwift": [
"~> 2"
],
"SwiftyJSONRealmObject": [
"~> 1"
]
},
"pushed_with_swift_version": "3.0"
}