[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 5 / d / HFTableCollectionBindingHelper / 0.5.0 / HFTableCollectionBindingHelper.podspec.json
blob0753a1ba3d0c27c82eaa9b12c9e28384e3811aeb
2   "name": "HFTableCollectionBindingHelper",
3   "version": "0.5.0",
4   "summary": "iOS table view and collection view binding helper for MVVM.",
5   "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!",
6   "homepage": "https://github.com/haifengkao/HFTableCollectionBindingHelper",
7   "license": "MIT",
8   "authors": {
9     "Hai Feng Kao": "haifeng@cocoaspice.in"
10   },
11   "source": {
12     "git": "https://github.com/haifengkao/HFTableCollectionBindingHelper.git",
13     "tag": "0.5.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "KVOMutableArray/ReactiveCocoaSupport": [
23     ],
24     "ReactiveCocoa/Core": [
26     ],
27     "WZProtocolInterceptor": [
29     ]
30   }