blob: 82b66dd5660d8b3b95fa906788ed335acbc21157 [file] [log] [blame]
{
"name": "RZDataBinding",
"version": "1.1.1",
"summary": "KVO extensions that help maintain data integrity in your iOS or OSX app",
"description": " Add callbacks when key paths of objects change, or bind values of two objects together either directly or using a function. Automatically cleanup before deallocation to avoid those nasty KVO observation info leaks.\n",
"homepage": "https://github.com/Raizlabs/RZDataBinding",
"license": "MIT",
"authors": {
"Rob Visentin": "rob.visentin@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/RZDataBinding.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "RZDataBinding"
}