2 "name": "KVOWithBlocks",
4 "summary": "KVO with blocks instead of callbacks.",
5 "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",
6 "homepage": "http://abizern.org/KVOWithBlocks/",
9 "Abizer Nasir": "abizern@abizern.org"
12 "git": "https://github.com/Abizern/KVOWithBlocks.git",
15 "source_files": "NSObject+JCSKVOWithBlocks.{h,m}",