forked from WeTransfer/WeScan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WeScan.podspec
20 lines (18 loc) · 932 Bytes
/
WeScan.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |spec|
spec.name = 'WeScan'
spec.version = '1.5.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/WeTransfer/WeScan'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = {
'Boris Emorine' => '[email protected]',
'Antoine van der Lee' => '[email protected]'
}
spec.source = { :git => 'https://github.com/WeTransfer/WeScan.git', :tag => "#{spec.version}" }
spec.social_media_url = 'https://twitter.com/WeTransfer'
spec.swift_version = '5.0'
spec.ios.deployment_target = '10.0'
spec.source_files = 'WeScan/**/*.{h,m,swift}'
spec.resources = 'WeScan/**/*.{strings,png}'
end