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 Nov 23, 2019
1 parent d0397b1 commit ab2c2aa
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 = "1.0.51"
s.version = "1.0.52"
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', '~> 1.0.51'
s.dependency 'BlueSocket', '~> 1.0.52'
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '5.0',
}
Expand Down

0 comments on commit ab2c2aa

Please sign in to comment.