[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / a / d / c / MCQRScan / 0.1.3 / MCQRScan.podspec.json
blob02f5d5826278d798af184a55b77e8b4b7b9a0ab8
2   "name": "MCQRScan",
3   "version": "0.1.3",
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.3",
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   ]