| { |
| "name": "FHXScannerVC", |
| "version": "0.1.2", |
| "summary": "A short description of FHXScannerVC.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/fenghanxuSwift/FHXScannerVC", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "fenghanxu": "384170231@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/fenghanxuSwift/FHXScannerVC.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "public_header_files": [ |
| "Sources/**/*.h", |
| "Sources/*/**/*.h", |
| "Sources/*/*/**/*.h" |
| ], |
| "source_files": [ |
| "Sources/**", |
| "Sources/*/**", |
| "Sources/*/*/**" |
| ], |
| "resource_bundles": { |
| "Asserts": [ |
| "Asserts.bundle/*.png" |
| ] |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "AVFoundation", |
| "WebKit" |
| ], |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.3" |
| } |
| } |