[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / c / 3 / LBXScan / 2.3 / LBXScan.podspec.json
blob228691d093c2a517f69296920dc49a0aee1bf123
2   "name": "LBXScan",
3   "version": "2.3",
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.3"
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/LBXZBar/*.{h,m}",
31         "LBXScan/UI/*.{h,m}"
32       ],
33       "libraries": [
34         "iconv",
35         "z"
36       ],
37       "resources": "LBXScan/UI/CodeScan.bundle",
38       "dependencies": {
39         "ZBarSDK": [
40           "~> 1.3.1"
41         ],
42         "LBXScan/Types": [
43           "~> 2.2"
44         ]
45       },
46       "ios": {
47         "frameworks": [
48           "AVFoundation",
49           "CoreGraphics",
50           "CoreMedia",
51           "CoreVideo",
52           "ImageIO",
53           "QuartzCore"
54         ]
55       },
56       "prefix_header_contents": [
57         "#import \"LBXScanNative.h\"",
58         "#import \"ZXingWrapper.h\"",
59         "#import \"LBXZBarWrapper.h\"",
60         "#import \"LBXScanView.h\""
61       ]
62     },
63     {
64       "name": "LBXNative",
65       "source_files": "LBXScan/LBXNative/*.{h,m}",
66       "ios": {
67         "frameworks": "AVFoundation"
68       },
69       "prefix_header_contents": "#import \"LBXScanNative.h\"",
70       "dependencies": {
71         "LBXScan/Types": [
72           "~> 2.2"
73         ]
74       }
75     },
76     {
77       "name": "LBXZXing",
78       "source_files": "LBXScan/LBXZXing/**/*.{h,m}",
79       "ios": {
80         "frameworks": [
81           "AVFoundation",
82           "CoreGraphics",
83           "CoreMedia",
84           "CoreVideo",
85           "ImageIO",
86           "QuartzCore"
87         ]
88       },
89       "prefix_header_contents": "#import \"ZXingWrapper.h\"",
90       "dependencies": {
91         "LBXScan/Types": [
92           "~> 2.2"
93         ]
94       }
95     },
96     {
97       "name": "LBXZBar",
98       "source_files": "LBXScan/LBXZBar/*.{h,m}",
99       "libraries": [
100         "iconv",
101         "z"
102       ],
103       "dependencies": {
104         "ZBarSDK": [
105           "~> 1.3.1"
106         ],
107         "LBXScan/Types": [
108           "~> 2.2"
109         ]
110       },
111       "ios": {
112         "frameworks": [
113           "AVFoundation",
114           "CoreGraphics",
115           "CoreMedia"
116         ]
117       },
118       "prefix_header_contents": "#import \"LBXZBarWrapper.h\""
119     },
120     {
121       "name": "UI",
122       "source_files": "LBXScan/UI/*.{h,m}",
123       "resources": "LBXScan/UI/CodeScan.bundle",
124       "prefix_header_contents": "#import \"LBXScanView.h\"",
125       "dependencies": {
126         "LBXScan/Types": [
127           "~> 2.2"
128         ]
129       }
130     }
131   ]