blob: 8890aefd28a513d9355ad7139a376a201b92634e [file] [log] [blame]
{
"name": "RealmSugar",
"version": "1.1.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/bynelus/RealmSugar",
"authors": {
"Niels Koole": "nielskoole@icloud.com"
},
"summary": "RealmSugar is a syntactic sugar to remove unnecessary code for retrieving notifications on realm instances.",
"source": {
"git": "https://github.com/bynelus/RealmSugar.git",
"tag": "1.1.0"
},
"ios": {
"source_files": "RealmSugar/Source/*.*",
"requires_arc": true
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"RealmSwift": [
]
},
"pushed_with_swift_version": "4.0"
}