Skip to content

Commit

Permalink
fix: podspec version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg authored Sep 8, 2023
1 parent 0008cfd commit 68b954a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnleashProxyClientSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "UnleashProxyClientSwift"
spec.version = "1.0.0"
spec.version = "1.0.1"
spec.summary = "Allows frontend clients to talk to unleash through the unleash edge, frontend API or the (deprecated) unleash proxy"
spec.homepage = "https://www.getunleash.io"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -12,4 +12,4 @@ spec.source = { :git => "https://github.com/Unleash/unleash-proxy-client-s
spec.source_files = "Sources/UnleashProxyClientSwift/**/*.swift"
spec.xcconfig = { "SWIFT_VERSION" => "$(inherited)" }
spec.dependency 'SwiftEventBus'
end
end

0 comments on commit 68b954a

Please sign in to comment.