Skip to content

Commit

Permalink
Deployment: Attempt to fix crappy swift versioning in cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Apr 10, 2019
1 parent 0795789 commit 5680dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deploy/WultraPassphraseMeter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Wultra s.r.o.' => '[email protected]' }
s.source = { :git => 'https://github.com/wultra/passphrase-meter.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.swift_versions = ['5.0']

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
Expand Down
2 changes: 1 addition & 1 deletion WultraPassphraseMeter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Wultra s.r.o.' => '[email protected]' }
s.source = { :git => 'https://github.com/wultra/passphrase-meter.git', :tag => s.version.to_s }
s.swift_version = '5.0'
s.swift_versions = ['5.0']

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
Expand Down

0 comments on commit 5680dd0

Please sign in to comment.