[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / b / ZXing / 2.2 / ZXing.podspec.json
blob1a8474488da7f1fe5c72d84125255a42c097a78e
2   "name": "ZXing",
3   "version": "2.2",
4   "summary": "Multi-format 1D/2D barcode image processing library.",
5   "homepage": "http://code.google.com/p/zxing/",
6   "authors": "ZXing team (http://code.google.com/p/zxing/people/list)",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "COPYING"
10   },
11   "source": {
12     "svn": "http://zxing.googlecode.com/svn/",
13     "tag": "2.2"
14   },
15   "source_files": [
16     "cpp/core/src/zxing/**/*.cpp",
17     "objc/src/ZXing/*.{m,mm}",
18     "cpp/core/src/bigint/*.cc"
19   ],
20   "preserve_paths": [
21     "cpp/core/src/zxing/**/*.h",
22     "objc/src/ZXing/*.h",
23     "cpp/core/src/bigint/*.hh"
24   ],
25   "compiler_flags": "-IZXing/cpp/core/src/ -IZXing/objc/src/",
26   "requires_arc": false,
27   "libraries": [
28     "stdc++",
29     "iconv"
30   ],
31   "frameworks": [
32     "AddressBook",
33     "AudioToolbox",
34     "AVFoundation",
35     "CoreGraphics",
36     "CoreMedia",
37     "CoreVideo",
38     "ImageIO"
39   ],
40   "prefix_header_contents": "#ifdef __OBJC__\n  #import <ImageIO/CGImageSource.h>\n#endif\n",
41   "xcconfig": {
42     "CLANG_CXX_LANGUAGE_STANDARD": "c++98",
43     "CLANG_CXX_LIBRARY": "libstdc++"
44   },
45   "platforms": {
46     "ios": "4.3"
47   },
48   "ios": {
49     "requires_arc": false,
50     "preserve_paths": "iphone/ZXingWidget/Classes/**/*.{h}",
51     "source_files": "iphone/ZXingWidget/Classes/**/*.{m,mm}",
52     "compiler_flags": [
53       "-IZXing/cpp/core/src/zxing/",
54       "-IZXing/iphone/ZXingWidget/Classes/"
55     ],
56     "exclude_files": "iphone/ZXingWidget/Classes/MultiFormatReader.h",
57     "xcconfig": {
58       "HEADER_SEARCH_PATHS": "${PODS_ROOT}/ZXing/cpp/core/src/ ${PODS_ROOT}/ZXing/iphone/ZXingWidget/Classes/**"
59     },
60     "frameworks": [
61       "AddressBookUI",
62       "QuartzCore"
63     ]
64   }