blob: ac9271b8d8ec622e629059e24690158608c7a400 [file] [log] [blame]
{
"name": "PlaceholdersRealm",
"version": "0.1.1",
"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.1"
},
"source_files": "PlaceholdersRealm/**/*.swift",
"dependencies": {
"Placeholders": [
],
"RealmSwift": [
]
}
}