blob: c10d858fe718cf01bbb11574c75950ded580b105 [file] [log] [blame]
{
"name": "KVO-MVVM",
"version": "0.5.6",
"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": "k06aaa@gmail.com",
"Andrew Podkovyrin": "podkovyrin@gmail.com"
},
"source": {
"git": "https://github.com/ML-Works/KVO-MVVM.git",
"tag": "0.5.6"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreData"
],
"source_files": "Pod/Classes/*.{h,m,mm}",
"private_header_files": "Pod/Classes/SuperKVOPrivateImplementation.h"
}