[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / a / DYOCTool / 0.1.2 / DYOCTool.podspec.json
blob801822ddd25b6272b90b42df93a3675cab33d28a
2   "name": "DYOCTool",
3   "version": "0.1.2",
4   "summary": "自己使用的一些工具类",
5   "requires_arc": true,
6   "homepage": "https://github.com/UEdge/DYOCTool",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dylan.Kuang": "leonsongfeng@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/UEdge/DYOCTool.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DYOCTool/Classes/**/*.{swift,h,m}",
22   "resources": "DYOCTool/Resources/Image.bundle",
23   "dependencies": {
24     "MBProgressHUD": [
25       "~> 1.1.0"
26     ]
27   }