forked from AvdLee/Diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDiagnostics.podspec
More file actions
18 lines (16 loc) · 866 Bytes
/
Diagnostics.podspec
File metadata and controls
18 lines (16 loc) · 866 Bytes
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 = 'Diagnostics'
spec.version = '1.5.0'
spec.summary = 'Create easy Diagnostics Reports and let user send them to your support team.'
spec.description = 'Diagnostics is a library written in Swift which makes it really easy to share Diagnostics Reports to your support team.'
spec.homepage = 'https://github.com/WeTransfer/Diagnostics'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = {
'Antoine van der Lee' => '[email protected]'
}
spec.source = { :git => 'https://github.com/WeTransfer/Diagnostics.git', :tag => spec.version.to_s }
spec.social_media_url = 'https://twitter.com/WeTransfer'
spec.ios.deployment_target = '10.0'
spec.source_files = 'Sources/**/*.swift'
spec.swift_version = '5.1'
end