forked from WeTransfer/WeScan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WeScan.podspec
18 lines (16 loc) · 892 Bytes
/
WeScan.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |spec|
spec.name = 'WeScan'
spec.version = '2.1.0'
spec.summary = 'Document Scanning Made Easy for iOS'
spec.description = 'WeScan makes it easy to add scanning functionalities to your iOS app! It\'s modelled after UIImagePickerController, which makes it a breeze to use.'
spec.homepage = 'https://github.com/alexandre-carlos-laposte/WeScan'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = {
'Alexandre Carlos' => '[email protected]',
}
spec.source = { :git => 'https://github.com/alexandre-carlos-laposte/WeScan', :tag => "#{spec.version}" }
spec.swift_version = '5.0'
spec.ios.deployment_target = '10.0'
spec.source_files = 'Sources/**/*.{h,m,swift}'
spec.resources = 'Sources/WeScan/Resources/**/*.{strings,png}'
end