Skip to content

Commit

Permalink
Bumped podspec to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Jul 25, 2021
1 parent 0824165 commit 288d5af
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.0.1"
spec.version = "1.0.2"
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.0.1" }
spec.source = { :git => "https://github.com/orchetect/SwiftRadix.git", :tag => "1.0.2" }

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

0 comments on commit 288d5af

Please sign in to comment.