blob: fe428d0c7dcf08c68585d5ddd68bfd8c640e595d [file] [log] [blame]
{
"name": "KVO-MVVM",
"version": "0.3.1",
"summary": "KVO binding especially for ViewModel observing by View",
"description": "Simply observe ViewModel changes by View layer using block-based\nsyntax over vanilla Cocoa KVO. The main idea is to observe keypaths\nlike this one - @keypath(self.viewModel.state) and not to unsubscribe.",
"homepage": "https://github.com/ML-Works/KVO-MVVM",
"license": "MIT",
"authors": {
"Anton Bukov": "k06a@mlworks.com",
"Andrew Podkovyrin": "podkovyrin@mlworks.com"
},
"source": {
"git": "https://github.com/ML-Works/KVO-MVVM.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"private_header_files": "Pod/Classes/NSObject+MVVMKVOPrivate.h",
"preserve_paths": "Pod/Classes/MVVMClass.m.temp"
}