[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / 7 / 8 / KScanCamera / 1.0.0 / KScanCamera.podspec.json
blob6263f1e60541b9ac15c35cab2bec956a970a1473
2   "name": "KScanCamera",
3   "version": "1.0.0",
4   "summary": "iOS扫描二维码组件",
5   "description": "iOS扫描二维码组件,使用Swift语言实现,支持界面定制,支持取景框,支持iPhone、iPad,支持方向旋转,支持闪光灯,可从相册选择二维码图片进行识别。",
6   "homepage": "https://github.com/wanghongbo/KScanCamera",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WHB": "wanghongboskate@hotmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/wanghongbo/KScanCamera.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "KScanCamera/*.{swift}",
23   "resource_bundles": {
24     "KScanCameraBundle": [
25       "KScanCamera/Resources/*.storyboard",
26       "KScanCamera/Resources/*.xcassets"
27     ]
28   },
29   "dependencies": {
30     "TZImagePickerController": [
31       "~> 3.4.0"
32     ]
33   },
34   "swift_version": "5.0"