blob: 3f970fccc757d3b19b156c6f938003fb64d093ce [file] [log] [blame]
{
"name": "QuickPersist",
"version": "1.0.1",
"summary": "Easily save Structs to Realm.",
"description": "QuickPersist lets you easily save any data type to a Realm database.",
"homepage": "https://github.com/cszatma/QuickPersist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Szatmary": "cs@christopherszatmary.com"
},
"source": {
"git": "https://github.com/cszatma/QuickPersist.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
]
},
"pushed_with_swift_version": "4.0"
}