[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 3 / LBXScan / 2.0 / LBXScan.podspec.json
blob8eff63586f2ea563b895640be25575f1c2b4733a
2   "name": "LBXScan",
3   "version": "2.0",
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.0"
16   },
17   "requires_arc": true,
18   "prefix_header_contents": "#import <Foundation/Foundation.h>",
19   "default_subspecs": "All",
20   "subspecs": [
21     {
22       "name": "All",
23       "source_files": "LBXScan/**/*.{h,m}",
24       "libraries": [
25         "iconv",
26         "z"
27       ],
28       "resources": "LBXScan/UI/CodeScan.bundle",
29       "dependencies": {
30         "ZBarSDK": [
31           "~> 1.3.1"
32         ]
33       },
34       "ios": {
35         "frameworks": [
36           "AVFoundation",
37           "CoreGraphics",
38           "CoreMedia",
39           "CoreVideo",
40           "ImageIO",
41           "QuartzCore"
42         ]
43       }
44     },
45     {
46       "name": "LBXNative",
47       "source_files": "LBXScan/LBXNative/*.{h,m}",
48       "ios": {
49         "frameworks": "AVFoundation"
50       }
51     },
52     {
53       "name": "LBXZXing",
54       "source_files": "LBXScan/LBXZXing/**/*.{h,m}",
55       "ios": {
56         "frameworks": [
57           "AVFoundation",
58           "CoreGraphics",
59           "CoreMedia",
60           "CoreVideo",
61           "ImageIO",
62           "QuartzCore"
63         ]
64       }
65     },
66     {
67       "name": "LBXZBar",
68       "source_files": "LBXScan/LBXZBar/*.{h,m}",
69       "libraries": [
70         "iconv",
71         "z"
72       ],
73       "dependencies": {
74         "ZBarSDK": [
75           "~> 1.3.1"
76         ]
77       },
78       "ios": {
79         "frameworks": [
80           "AVFoundation",
81           "CoreGraphics",
82           "CoreMedia"
83         ]
84       }
85     },
86     {
87       "name": "UI",
88       "source_files": "LBXScan/UI/*.{h,m}",
89       "resources": "LBXScan/UI/CodeScan.bundle"
90     }
91   ]