blob: 1d9f695f696cbd10c39a391c30a02dd302a7d3e4 [file] [log] [blame]
{
"name": "KSCoreDataObserver",
"version": "1.2.2",
"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.2.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Classes/ios/*.h",
"source_files": "Classes/ios/*",
"frameworks": [
"Foundation",
"CoreData"
]
}