blob: 9e503050d89367cac55a3b409d38accc2d52f54b [file] [log] [blame]
{
"name": "RealmSugar",
"version": "0.2",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/nielskoole/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/nielskoole/RealmSugar.git",
"tag": "0.2"
},
"ios": {
"source_files": "RealmSugar/Source/*.*",
"requires_arc": true
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"RealmSwift": [
]
},
"pushed_with_swift_version": "3.0"
}