-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMultiUser.podspec
More file actions
17 lines (15 loc) · 705 Bytes
/
MultiUser.podspec
File metadata and controls
17 lines (15 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'MultiUser'
s.version = '0.0.1'
s.summary = 'MultiUser handling for applications.'
s.homepage = 'https://github.com/smuellner/MultiUser-for-swift'
s.license = { type: 'Apache', file: 'LICENSE' }
s.author = { 'smuellner' => 'sascha.muellner@gmail.com' }
s.source = { :git => "https://github.com/smuellner/MultiUser-for-swift.git", :tag => s.version.to_s }
s.swift_version = '5.0'
s.source_files = 'Sources/**/*.{swift,h}'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.watchos.deployment_target = '6.0'
s.tvos.deployment_target = '13.0'
end