blob: 3231615b4b3a5e14d860fccc2b7005419ca23f9f [file] [log] [blame]
{
"name": "RZDataBinding",
"version": "2.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.",
"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.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "RZDataBinding"
}