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