[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 0 / 5 / d / HFTableCollectionBindingHelper / 1.0.0 / HFTableCollectionBindingHelper.podspec.json
blob26dbacccf05684e501052ace17e8052d819fff38
2   "name": "HFTableCollectionBindingHelper",
3   "version": "1.0.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": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "KVOMutableArray": [
23     ],
24     "WZProtocolInterceptor": [
26     ]
27   }