blob: 6263f1e60541b9ac15c35cab2bec956a970a1473 [file] [log] [blame]
{
"name": "KScanCamera",
"version": "1.0.0",
"summary": "iOS扫描二维码组件",
"description": "iOS扫描二维码组件,使用Swift语言实现,支持界面定制,支持取景框,支持iPhone、iPad,支持方向旋转,支持闪光灯,可从相册选择二维码图片进行识别。",
"homepage": "https://github.com/wanghongbo/KScanCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WHB": "wanghongboskate@hotmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/wanghongbo/KScanCamera.git",
"tag": "1.0.0"
},
"source_files": "KScanCamera/*.{swift}",
"resource_bundles": {
"KScanCameraBundle": [
"KScanCamera/Resources/*.storyboard",
"KScanCamera/Resources/*.xcassets"
]
},
"dependencies": {
"TZImagePickerController": [
"~> 3.4.0"
]
},
"swift_version": "5.0"
}