blob: 8474197d3328c80151f720e8d1e6b92ecac48cb8 [file] [log] [blame]
{
"name": "KVO-MVVM",
"version": "0.4.22",
"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.4.22"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/KVO-*.{h,m,mm}",
"dependencies": {
"JRSwizzle": [
],
"RuntimeRoutines": [
]
},
"subspecs": [
{
"name": "HashTableMissings",
"source_files": "Pod/Classes/MLWHashTableMissings.{h,m}",
"requires_arc": false
}
]
}