[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / 5 / KVOWithBlocks / 1.1.0 / KVOWithBlocks.podspec.json
blob3dbb9cb30d5682d1b80c747a68c3f7ebc3411647
2   "name": "KVOWithBlocks",
3   "version": "1.1.0",
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/",
7   "license": "MIT",
8   "authors": {
9     "Abizer Nasir": "abizern@abizern.org"
10   },
11   "source": {
12     "git": "https://github.com/Abizern/KVOWithBlocks.git",
13     "tag": "1.1.0"
14   },
15   "source_files": "NSObject+JCSKVOWithBlocks.{h,m}",
16   "requires_arc": true