[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 4 / 1 / KHDataBind / 0.0.2 / KHDataBind.podspec.json
blob299134dd9911477499ea21f7e79563bf13825478
2   "name": "KHDataBind",
3   "version": "0.0.2",
4   "summary": "using KVO to binding a data model with view",
5   "description": "to make table view auto sync from a array",
6   "homepage": "https://github.com/gevin/KHDataBind",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "GevinChen": "lowgoo@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/gevin/KHDataBind.git"
18   },
19   "source_files": "KHDataBind/*",
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "UIKit"
24     ]
25   },
26   "requires_arc": true,
27   "dependencies": {
28     "NSData+Base64": [
29       "~>1.0.0"
30     ]
31   }