blob: 6bf11a5373ec857a8420dbb0e2249d0b6faa0893 [file] [log] [blame]
{
"name": "TZXingObjC",
"version": "0.1.1",
"summary": "A short description of TZXingObjC.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fish-yan/TZXingObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"薛焱": "yan.xue@aihuishou.com"
},
"source": {
"git": "https://github.com/fish-yan/TZXingObjC",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"TZXingObjC/*.{h,m}",
"TZXingObjC/client/*.{h,m}",
"TZXingObjC/common/**/*.{h,m}",
"TZXingObjC/core/**/*.{h,m}",
"TZXingObjC/multi/**/*.{h,m}",
"TZXingObjC/oned/**/*.{h,m}",
"TZXingObjC/client/result/**/*.{h,m}",
"TZXingObjC/qrcode/**/*.{h,m}"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "ZXINGOBJC_USE_SUBSPECS ZXINGOBJC_ONED ZXINGOBJC_QRCODE"
}
}