blob: f4dfcdecbbdf585bdfc4e031b6b68ef65726c0bd [file] [log] [blame]
{
"name": "ContextObserver",
"version": "2.1.3",
"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": "2.1.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Classes/*.swift",
"frameworks": [
"Foundation",
"CoreData"
]
}