[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / d / c / MCQRScan / 0.1.5 / MCQRScan.podspec.json
blob6815752095688bf5b60b8a632d981efa34463720
2   "name": "MCQRScan",
3   "version": "0.1.5",
4   "summary": "一个轻量级的二维码扫描识别工具类,已解耦合,容易自定义自己的UI",
5   "description": "一个轻量级的二维码扫描识别工具类,已解耦合,容易自定义自己的UI",
6   "homepage": "https://github.com/hwzss/MCQRScan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "authors": {
15     "maodou": "maodou@ecook.cn"
16   },
17   "source": {
18     "git": "https://github.com/hwzss/MCQRScan.git",
19     "tag": "0.1.5",
20     "submodules": true
21   },
22   "default_subspecs": [
23     "MCQRScanCore",
24     "MCQRScanCustomUI"
25   ],
26   "subspecs": [
27     {
28       "name": "MCQRScanCore",
29       "source_files": [
30         "MCQRScan",
31         "MCQRScan/Core/**/*.{h,m}"
32       ]
33     },
34     {
35       "name": "MCQRScanCustomUI",
36       "platforms": {
37         "ios": "8.0"
38       },
39       "source_files": "MCQRScan/CustomUI/**/*.{h,m}",
40       "resources": "Resources/*.png",
41       "dependencies": {
42         "MCQRScan/MCQRScanCore": [
44         ]
45       }
46     }
47   ]