blob: c215058d54c1715b8a8f8f136b274d2f9cca9cce [file] [log] [blame]
{
"name": "RZDataBinding",
"version": "2.1.0",
"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.",
"homepage": "https://github.com/Raizlabs/RZDataBinding",
"license": "MIT",
"authors": {
"Rob Visentin": "rob.visentin@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/RZDataBinding.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "RZDataBinding"
}