blob: e7339c98a9644ef8f68c9953ce20a71df266c80d [file] [log] [blame]
{
"name": "FHXScannerVC",
"version": "0.1.3",
"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.3"
},
"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"
}
}