[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 3 / e / c / DYFCodeScanner / 1.2.1 / DYFCodeScanner.podspec.json
blobe6802eb751167f813ec3140a6a4b0c3a5a048d92
2   "name": "DYFCodeScanner",
3   "version": "1.2.1",
4   "summary": "A simple QRcode and barcode scanner.",
5   "description": "A simple QRcode 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/chenxing640/DYFCodeScanner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenxing": "chenxing640@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/chenxing640/DYFCodeScanner.git",
19     "tag": "1.2.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