[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 2 / 9 / ZXingObjCFork / 3.6.5 / ZXingObjCFork.podspec.json
blobe86b1077ab6966d1951d5f54f785609e0886c1d7
2   "name": "ZXingObjCFork",
3   "version": "3.6.5",
4   "summary": "An Objective-C Port of the ZXing barcode framework.",
5   "homepage": "https://github.com/huawt/ZXingObjcFork",
6   "authors": "zxingify",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "COPYING"
10   },
11   "source": {
12     "git": "https://github.com/huawt/ZXingObjcFork.git",
13     "tag": "3.6.5"
14   },
15   "requires_arc": true,
16   "xcconfig": {
17     "OTHER_LDFLAGS": "-ObjC"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.8"
22   },
23   "ios": {
24     "frameworks": [
25       "AVFoundation",
26       "CoreGraphics",
27       "CoreMedia",
28       "CoreVideo",
29       "ImageIO",
30       "QuartzCore"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "AVFoundation",
36       "CoreMedia",
37       "QuartzCore"
38     ]
39   },
40   "source_files": "ZXingObjC/**/*.{h,m}"