blob: 3dbb9cb30d5682d1b80c747a68c3f7ebc3411647 [file] [log] [blame]
{
"name": "KVOWithBlocks",
"version": "1.1.0",
"summary": "KVO with blocks instead of callbacks.",
"description": " A category on NSObject that allows you observe a\n keypath passing in a block to execute when the keypath\n changes instead of using a callback method.\n\n This works on iOS and OS X.\n\n Why? Blocks are funky. They let you define an action at the\n same time as you are setting up a observation. In most cases\n this leads to clearer code than using a callback.\n",
"homepage": "http://abizern.org/KVOWithBlocks/",
"license": "MIT",
"authors": {
"Abizer Nasir": "abizern@abizern.org"
},
"source": {
"git": "https://github.com/Abizern/KVOWithBlocks.git",
"tag": "1.1.0"
},
"source_files": "NSObject+JCSKVOWithBlocks.{h,m}",
"requires_arc": true
}