blob: 7872eb3a86af02b480842ef5fff860d14cb269a6 [file] [log] [blame]
{
"name": "L360ContextWatcher",
"version": "0.1.1",
"summary": "The easiest way to observe Core Data changes",
"description": "L360ContextWatcher provides a block based API to listen to changes in your core data model. No more NSFetchedResultsController boiler plate! You can even respond to changes before they propogate to your persistant store. It was built for the Life360 and is used on millions of devices.",
"homepage": "https://github.com/life360/L360ContextWatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yusuf Sobh": "yusuf@life360.com"
},
"source": {
"git": "https://github.com/life360/L360ContextWatcher.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/life360",
"platforms": {
"ios": "8.0"
},
"source_files": "L360ContextWatcher/Classes/**/*",
"frameworks": "CoreData"
}