Skip to content

Commit

Permalink
Updated podspec to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Nov 17, 2022
1 parent 9323689 commit 14bbd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftRadix.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = "SwiftRadix"
spec.version = "1.2.0"
spec.version = "1.3.0"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.summary = "A Swift library for translating integers to/from radix strings (binary, hex, octal, etc.) using simple functional syntax."
spec.homepage = "https://github.com/orchetect/SwiftRadix"
spec.authors = { "Steffan Andrews" => "https://github.com/orchetect" }
spec.source = { :git => "https://github.com/orchetect/SwiftRadix.git", :tag => "1.2.0" }
spec.source = { :git => "https://github.com/orchetect/SwiftRadix.git" :tag => "1.3.0" }

spec.osx.deployment_target = "10.10"
spec.ios.deployment_target = "9.0"
Expand Down

0 comments on commit 14bbd48

Please sign in to comment.