blob: 5da0cf541b8771dd289e747836b86854802c921e [file] [log] [blame]
{
"name": "SHKeyValueObserverBlocks",
"version": "2.0.2",
"summary": "Data bindings and Key Value Observers with blocks",
"description": "\n Data-Bindings & 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 Optional Swizzling for automatic removal of blocks\n \n * Bi- and uni-directional data-bindings. \n * 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",
"homepage": "https://github.com/seivan/SHKeyValueObserverBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHKeyValueObserverBlocks.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"RSSwizzle": [
"~>0.1.0"
]
},
"source_files": "SHKeyValueObserverBlocks/**/*.{h,m}",
"requires_arc": true
}