blob: f1eacd9fd9dc10785100673ac9ad53eeb114d9bf [file] [log] [blame]
{
"name": "ContextObserver",
"version": "3.0.1",
"summary": "A small library to manage CoreData notifications in order to update the user interface",
"homepage": "https://github.com/cbot/ContextObserver",
"license": "MIT",
"authors": {
"Kai Straßmann": "derkai@gmail.com"
},
"source": {
"git": "https://github.com/cbot/ContextObserver.git",
"tag": "3.0.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Classes/*.swift",
"frameworks": [
"Foundation",
"CoreData"
]
}