| { |
| "name": "Database", |
| "version": "0.1.6", |
| "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.6" |
| }, |
| "social_media_url": "https://twitter.com/ghego20", |
| "platforms": { |
| "ios": "9.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "Database/Classes/**/*", |
| "dependencies": { |
| "SwiftyJSON": [ |
| "~> 3.0.0" |
| ], |
| "RealmSwift": [ |
| "~> 2.4.3" |
| ], |
| "SwiftyJSONRealmObject": [ |
| "~> 1.0.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |