[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 9 / c / RZDataBinding / 2.0.3 / RZDataBinding.podspec.json
blob4a4aba7508406f07e5f28e66b6cca38ff6a6310b
2   "name": "RZDataBinding",
3   "version": "2.0.3",
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.0.3"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "source_files": "RZDataBinding"