[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 9 / c / RZDataBinding / 2.1.1 / RZDataBinding.podspec.json
blob3231615b4b3a5e14d860fccc2b7005419ca23f9f
2   "name": "RZDataBinding",
3   "version": "2.1.1",
4   "summary": "KVO extensions that help maintain data integrity in your iOS or OSX app",
5   "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.",
6   "homepage": "https://github.com/Raizlabs/RZDataBinding",
7   "license": "MIT",
8   "authors": {
9     "Rob Visentin": "rob.visentin@raizlabs.com"
10   },
11   "source": {
12     "git": "https://github.com/Raizlabs/RZDataBinding.git",
13     "tag": "2.1.1"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "RZDataBinding"