Skip to content

Commit

Permalink
Merge pull request #8 from orchetect/dev
Browse files Browse the repository at this point in the history
Updated podspec to 1.0.3
  • Loading branch information
orchetect authored Jul 27, 2021
2 parents a17b697 + bdf8f50 commit 8d22319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SwiftRadix.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |spec|
spec.name = "SwiftRadix"
spec.version = "1.0.2"
spec.version = "1.0.3"
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.2" }
spec.source = { :git => "https://github.com/orchetect/SwiftRadix.git", :tag => "1.0.3" }

spec.osx.deployment_target = "10.10"
spec.ios.deployment_target = "8.0"
spec.ios.deployment_target = "9.0"
spec.tvos.deployment_target = "9.0"
spec.watchos.deployment_target = "2.0"

spec.source_files = "Sources/SwiftRadix/**/*.swift"

spec.swift_version = "5.3"
end
end

0 comments on commit 8d22319

Please sign in to comment.