Skip to content

Commit

Permalink
Merge pull request #11 from orchetect/dev
Browse files Browse the repository at this point in the history
Updated podspec to 1.1.0
  • Loading branch information
orchetect authored Feb 22, 2022
2 parents c0b24f6 + c08bb4a commit 467ea90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3"
spec.version = "1.1.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.0.3" }
spec.source = { :git => "https://github.com/orchetect/SwiftRadix.git", :tag => "1.1.0" }

spec.osx.deployment_target = "10.10"
spec.ios.deployment_target = "9.0"
Expand All @@ -15,4 +15,4 @@ Pod::Spec.new do |spec|
spec.source_files = "Sources/SwiftRadix/**/*.swift"

spec.swift_version = "5.3"
end
end

0 comments on commit 467ea90

Please sign in to comment.