[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / e / c / DYFCodeScanner / 1.0.1 / DYFCodeScanner.podspec.json
blob807bff08e37af35e6a3522650d8134d5dbe78ca3
2   "name": "DYFCodeScanner",
3   "version": "1.0.1",
4   "summary": "QR code and Barcode.",
5   "description": "A simple QR code and barcode scanner, which has a set of custom scanning animation and interface, supports camera zooming, and can generate and identify QR code.",
6   "homepage": "https://github.com/dgynfi/DYFCodeScanner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dyf": "vinphy.teng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dgynfi/DYFCodeScanner.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "public_header_files": "Classes/**/*.h",
23   "resources": "Resource/*.bundle",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CoreGraphics",
28     "AVFoundation",
29     "CoreImage"
30   ],
31   "requires_arc": true