[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / 7 / b / ZXing / 2.3 / ZXing.podspec.json
blob55f732e1383ab75f780a6f105d23a1d402bd6b09
2   "name": "ZXing",
3   "version": "2.3",
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     "git": "https://github.com/applidget/zxing-ios.git",
13     "tag": "v2.3"
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": "6.0"
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   }