[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 5 / SHKeyValueObserverBlocks / 0.1.0 / SHKeyValueObserverBlocks.podspec.json
blob4e9626ea63d915519975ad3fd54e5a91638ef6da
2   "name": "SHKeyValueObserverBlocks",
3   "version": "0.1.0",
4   "summary": "Prefixed self removing Key Value Observers with Blocks.",
5   "description": "\n                    Key Value Observing with blocks on top of NSObject.\n                    Blocks are hold with a weak reference so you don't have to cleanup when your object is gone.\n  \n                    * No need to clean up after - Blocks and observers are self maintained.\n                    * Weak referenced blocks.\n                    * Prefixed selectors.\n                    * Works with existing codebase that uses old fashioned observing delegate calls. \n                    * Configurable to remove the swizzled auto cleanup\n                    * Remove blocks by keypaths or identifiers\n                    * Remove blocks by keypaths and identifiers\n                    * Minimum clutter on top of the public interface. \n                    \n",
6   "homepage": "https://github.com/seivan/SHKeyValueObserverBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHKeyValueObserverBlocks.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "osx": "10.8"
17   },
18   "source_files": "SHKeyValueObserverBlocks/**/*.{h,m}",
19   "requires_arc": true