| { |
| "name": "KVOControllerBind", |
| "version": "0.2.1", |
| "summary": "NSObject category to simplify use of KVOController for binding", |
| "description": "KVOControllerBind allows you to simplify data binding between\nView and ViewModel. Also it resolves binding cycles helping\nyou to avoid endless recursion.", |
| "homepage": "https://github.com/Searchie/KVOControllerBind", |
| "license": "MIT", |
| "authors": { |
| "Anton Bukov": "k06aaa@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Searchie/KVOControllerBind.git", |
| "tag": "0.2.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "dependencies": { |
| "KVOController": [ |
| |
| ], |
| "libextobjc": [ |
| |
| ] |
| }, |
| "deprecated_in_favor_of": "KVO-MVVM" |
| } |