[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / b / KZScanQR / 0.0.7 / KZScanQR.podspec.json
bloba9e4f290a4784102223ce21dc9fb6161a69f9b89
2   "name": "KZScanQR",
3   "version": "0.0.7",
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.7"
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   }