[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / 7 / 5 / TZXingObjC / 0.1.2 / TZXingObjC.podspec.json
blob604928a1172a9597d9bd462ae9fd19090f6b2f38
2   "name": "TZXingObjC",
3   "version": "0.1.2",
4   "summary": "A short description of TZXingObjC.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fish-yan/TZXingObjC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "薛焱": "yan.xue@aihuishou.com"
13   },
14   "source": {
15     "git": "https://github.com/fish-yan/TZXingObjC",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "TZXingObjC/*.{h,m}",
23     "TZXingObjC/client/*.{h,m}",
24     "TZXingObjC/common/**/*.{h,m}",
25     "TZXingObjC/core/**/*.{h,m}",
26     "TZXingObjC/multi/**/*.{h,m}",
27     "TZXingObjC/oned/**/*.{h,m}",
28     "TZXingObjC/client/result/**/*.{h,m}",
29     "TZXingObjC/qrcode/**/*.{h,m}"
30   ],
31   "xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "ZXINGOBJC_USE_SUBSPECS=1 ZXINGOBJC_ONED=1 ZXINGOBJC_QRCODE=1"
33   }