| { |
| "name": "PlaceholdersCoreData", |
| "version": "0.1.3", |
| "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.3" |
| }, |
| "source_files": "PlaceholdersCoreData/**/*.swift", |
| "dependencies": { |
| "Placeholders": [ |
| |
| ] |
| } |
| } |