blob: 6beaa5a7e90ea36cd79cfec33e0670c791cba5f3 [file] [log] [blame]
{
"name": "RealmAdditions",
"version": "3.0.0",
"summary": "Adds Realm representation for Int, String, Double and Bool",
"description": "Adds Realm representation for Int, String, Double and Bool. This allows to store them in Realm Lists.",
"homepage": "https://github.com/APUtils/RealmAdditions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/RealmAdditions.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RealmAdditions/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
]
}
}