[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / c / e / JDScan / 2.0.4 / JDScan.podspec.json
blob49d4b5624a4ac1d05477e11f34a043b1bc67a506
2   "name": "JDScan",
3   "version": "2.0.4",
4   "summary": "ios opencv zxing scan wrapper",
5   "homepage": "https://github.com/JDongKhan",
6   "license": "MIT",
7   "authors": {
8     "WJD": "419591321@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/JDongKhan/JDScan.git",
15     "tag": "2.0.4"
16   },
17   "requires_arc": true,
18   "default_subspecs": "UI",
19   "subspecs": [
20     {
21       "name": "ZXing",
22       "source_files": "JDScan/ZXing/**/*.{h,m,mm}",
23       "vendored_frameworks": "JDScan/Frameworks/*.framework",
24       "libraries": [
25         "c++",
26         "c",
27         "c++abi"
28       ],
29       "dependencies": {
30         "ZXingObjC": [
31           "~> 3.6.5"
32         ]
33       }
34     },
35     {
36       "name": "UI",
37       "source_files": "JDScan/UI/*.{h,m}",
38       "resources": "JDScan/UI/CodeScan.bundle",
39       "dependencies": {
40         "JDScan/ZXing": [
42         ]
43       }
44     }
45   ]