[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 3 / LBXScan / 2.4 / LBXScan.podspec.json
blob43ad5ac2e139c9e400cf8dab5111c21e8d36267b
2   "name": "LBXScan",
3   "version": "2.4",
4   "summary": "ios scan wrapper",
5   "homepage": "https://github.com/MxABC/LBXScan",
6   "license": "MIT",
7   "authors": {
8     "lbxia": "lbxia20091227@foxmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/MxABC/LBXScan.git",
15     "tag": "2.4"
16   },
17   "requires_arc": true,
18   "prefix_header_contents": "#import <Foundation/Foundation.h>",
19   "default_subspecs": "All",
20   "subspecs": [
21     {
22       "name": "Types",
23       "source_files": "LBXScan/*.{h,m}"
24     },
25     {
26       "name": "All",
27       "source_files": [
28         "LBXScan/LBXNative/*.{h,m}",
29         "LBXScan/LBXZXing/**/*.{h,m}",
30         "LBXScan/UI/*.{h,m}"
31       ],
32       "libraries": [
33         "iconv",
34         "z"
35       ],
36       "resources": "LBXScan/UI/CodeScan.bundle",
37       "dependencies": {
38         "LBXScan/Types": [
39           "~> 2.2"
40         ]
41       },
42       "ios": {
43         "frameworks": [
44           "AVFoundation",
45           "CoreGraphics",
46           "CoreMedia",
47           "CoreVideo",
48           "ImageIO",
49           "QuartzCore"
50         ]
51       },
52       "prefix_header_contents": [
53         "#import \"LBXScanNative.h\"",
54         "#import \"ZXingWrapper.h\"",
55         "#import \"LBXScanView.h\""
56       ]
57     },
58     {
59       "name": "LBXNative",
60       "source_files": "LBXScan/LBXNative/*.{h,m}",
61       "ios": {
62         "frameworks": "AVFoundation"
63       },
64       "prefix_header_contents": "#import \"LBXScanNative.h\"",
65       "dependencies": {
66         "LBXScan/Types": [
67           "~> 2.2"
68         ]
69       }
70     },
71     {
72       "name": "LBXZXing",
73       "source_files": "LBXScan/LBXZXing/**/*.{h,m}",
74       "ios": {
75         "frameworks": [
76           "AVFoundation",
77           "CoreGraphics",
78           "CoreMedia",
79           "CoreVideo",
80           "ImageIO",
81           "QuartzCore"
82         ]
83       },
84       "prefix_header_contents": "#import \"ZXingWrapper.h\"",
85       "dependencies": {
86         "LBXScan/Types": [
87           "~> 2.2"
88         ]
89       }
90     },
91     {
92       "name": "UI",
93       "source_files": "LBXScan/UI/*.{h,m}",
94       "resources": "LBXScan/UI/CodeScan.bundle",
95       "prefix_header_contents": "#import \"LBXScanView.h\"",
96       "dependencies": {
97         "LBXScan/Types": [
98           "~> 2.2"
99         ]
100       }
101     }
102   ]