Skip to content

Commit

Permalink
Update podspec to soon to be next version.
Browse files Browse the repository at this point in the history
  • Loading branch information
billabt committed Feb 23, 2018
1 parent e94c766 commit 3a87b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlueSSLService.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlueSSLService"
s.version = "0.12.83"
s.version = "0.12.84"
s.summary = "SSL/TLS Add-in framework for BlueSocket in Swift"
s.homepage = "https://github.com/IBM-Swift/BlueSSLService"
s.license = { :type => "Apache License, Version 2.0" }
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "10.0"
s.source = { :git => "https://github.com/IBM-Swift/BlueSSLService.git", :tag => s.version }
s.source_files = "Sources/SSLService/*.swift"
s.dependency 'BlueSocket', '~> 0.12.93'
s.dependency 'BlueSocket', '~> 0.12.94'
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '4.0.3',
}
Expand Down

0 comments on commit 3a87b64

Please sign in to comment.