[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / c / DYFCodeScanner / 1.3.0 / DYFCodeScanner.podspec.json
blob14ec3e74ab023d762700503b2bf6f4258eb2c1ab
2   "name": "DYFCodeScanner",
3   "version": "1.3.0",
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/itenfay/DYFCodeScanner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tenfay": "hansen981@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/itenfay/DYFCodeScanner.git",
19     "tag": "1.3.0"
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