[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / 6 / b / ShapeQRCode / 0.9.1 / ShapeQRCode.podspec.json
blobe72c5f1d1ea3cc9e28c7a4300e947d5cc09ccc96
2   "name": "ShapeQRCode",
3   "version": "0.9.1",
4   "authors": "Gero Embser",
5   "homepage": "https://github.com/geroembser/ShapeQRCode",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "summary": "Swift QR code generator where the black squares can be replaced by shapes and images can be included in the QRCode",
11   "source": {
12     "git": "https://github.com/geroembser/ShapeQRCode.git",
13     "tag": "0.9.1",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "12.0"
18   },
19   "swift_version": "4.2",
20   "source_files": [
21     "Source/*.{swift,h,m}",
22     "nayuki-QR-Code-Generator/c/qrcodegen.{h,c}"
23   ],
24   "private_header_files": [
25     "Source/QRCode.h",
26     "nayuki-QR-Code-Generator/c/qrcodegen.h"
27   ],
28   "pod_target_xcconfig": {
29     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/**"
30   },
31   "preserve_paths": "module.modulemap",
32   "compiler_flags": "-w"