blob: 0753a1ba3d0c27c82eaa9b12c9e28384e3811aeb [file] [log] [blame]
{
"name": "HFTableCollectionBindingHelper",
"version": "0.5.0",
"summary": "iOS table view and collection view binding helper for MVVM.",
"description": "helper functions to bind UITableView or UICollectionView instances to ViewModels in MVVM architecture\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/haifengkao/HFTableCollectionBindingHelper",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/HFTableCollectionBindingHelper.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"KVOMutableArray/ReactiveCocoaSupport": [
],
"ReactiveCocoa/Core": [
],
"WZProtocolInterceptor": [
]
}
}