-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathScanHelper.podspec
More file actions
22 lines (16 loc) · 833 Bytes
/
ScanHelper.podspec
File metadata and controls
22 lines (16 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |spec|
spec.name = 'ScanHelper'
spec.version = '0.1.8'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.summary = 'A lightweight scanning component based on system API in Swift5.0'
spec.description = <<-DESC
No memory leaks, Support scaling, Support light sense to automatically turn on the flash, Support auto zoom, Support custom UI.
DESC
spec.author = { 'Charlie' => '[email protected]' }
spec.homepage = 'https://github.com/a51095/ScanHelper'
spec.source = { :git => 'https://github.com/a51095/ScanHelper.git', :tag => spec.version }
spec.swift_version = '5.0'
spec.platform = :ios, '13.0'
spec.ios.deployment_target = '13.0'
spec.ios.vendored_frameworks = 'lib/ScanHelperSDK.framework'
end