[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 2 / 1 / b / KZScanQR / 0.0.3 / KZScanQR.podspec.json
blob2e1b2759df9e0e98142ebc5dbc8f0248fed736f9
2   "name": "KZScanQR",
3   "version": "0.0.3",
4   "summary": "KZScanQR is scan qr code manager",
5   "description": "KZScanQR write with wechat qr code, openvc",
6   "homepage": "https://git.kanzhun-inc.com/bosszhipin/kzscanqr",
7   "license": "MIT",
8   "authors": {
9     "yangmaosheng": "yangmaosheng@kanzhun.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "git@git.kanzhun-inc.com:bosszhipin/kzscanqr.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "KZScanQR/KZScanQRView.{h,mm,cc}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "KZScanQR/KZScanQRView.h",
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "armv7 i386 arm64"
23   },
24   "frameworks": [
25     "AVFoundation",
26     "Accelerate",
27     "CoreMedia",
28     "CoreVideo",
29     "QuartzCore",
30     "CoreGraphics",
31     "CoreImage"
32   ],
33   "libraries": [
34     "z",
35     "resolv",
36     "iconv",
37     "c++"
38   ],
39   "vendored_frameworks": "KZScanQR/Frameworks/opencv2.framework",
40   "resource_bundles": {
41     "KZScanQR": [
42       "KZScanQR/Resources/*"
43     ]
44   }