[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / e / c / DYFCodeScanner / 1.0.0 / DYFCodeScanner.podspec.json
blob368c4d5ddf2365d8f17fecdaf165f6f30a810f6b
2   "name": "DYFCodeScanner",
3   "version": "1.0.0",
4   "summary": "A QR code and Barcode scanner for iOS.",
5   "description": "A QR code and Barcode scanner for iOS. concise code and efficient.",
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.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