blob: f8f61c4c0af944ed5f9a07400e86597901fbf168 [file] [log] [blame]
{
"name": "PlaceholdersCoreData",
"version": "0.1.1",
"summary": "CoreData bindings for https://gitlab.com/divnyi/Placeholders library.",
"description": "CoreData bindings for https://gitlab.com/divnyi/Placeholders library. Allows to obtain RowsProvider<Type> directly from CoreData, 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": "PlaceholdersCoreData/**/*.swift",
"dependencies": {
"Placeholders": [
]
}
}