blob: 27c057ab4804f7adb9ceef7ac23725e82e6b500f [file] [log] [blame]
{
"name": "PlaceholdersRealm",
"version": "0.1.3",
"summary": "Realm bindings for https://gitlab.com/divnyi/Placeholders library.",
"description": "Realm bindings for https://gitlab.com/divnyi/Placeholders library. Allows to obtain RowsProvider<Type> directly from Realm, reacting on updates for observed entities.",
"authors": {
"Oleksii Horishnii": "oleksii.horishnii@gmail.com"
},
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"homepage": "https://gitlab.com/divnyi/Placeholders",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitlab.com/divnyi/Placeholders.git",
"tag": "0.1.3"
},
"source_files": "PlaceholdersRealm/**/*.swift",
"dependencies": {
"Placeholders": [
],
"RealmSwift": [
]
}
}