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