[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 5 / d / HFTableCollectionBindingHelper / 0.2.0 / HFTableCollectionBindingHelper.podspec.json
blobb7266d5bc53a77fb815d55294baab91ede9125ed
2   "name": "HFTableCollectionBindingHelper",
3   "version": "0.2.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!\n",
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.2.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   }