blob: da8a38df6252e83954296b91a3120028599922bf [file] [log] [blame]
{
"name": "RealmAdditions",
"version": "2.0.1",
"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": "2.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RealmAdditions/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
]
}
}