[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / 1 / FHXScannerVC / 0.1.2 / FHXScannerVC.podspec.json
blob541f168fba76f81977a1f5bc8f0b6fa32214674f
2   "name": "FHXScannerVC",
3   "version": "0.1.2",
4   "summary": "A short description of FHXScannerVC.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fenghanxuSwift/FHXScannerVC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fenghanxu": "384170231@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fenghanxuSwift/FHXScannerVC.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "Sources/**/*.h",
23     "Sources/*/**/*.h",
24     "Sources/*/*/**/*.h"
25   ],
26   "source_files": [
27     "Sources/**",
28     "Sources/*/**",
29     "Sources/*/*/**"
30   ],
31   "resource_bundles": {
32     "Asserts": [
33       "Asserts.bundle/*.png"
34     ]
35   },
36   "requires_arc": true,
37   "frameworks": [
38     "UIKit",
39     "Foundation",
40     "AVFoundation",
41     "WebKit"
42   ],
43   "pod_target_xcconfig": {
44     "SWIFT_VERSION": "3.3"
45   }