From bdf8f50022384321e8de61707bfbcf5575b1a5f6 Mon Sep 17 00:00:00 2001 From: Steffan Andrews Date: Tue, 27 Jul 2021 14:23:14 -0700 Subject: [PATCH] Updated podspec to 1.0.3 --- SwiftRadix.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SwiftRadix.podspec b/SwiftRadix.podspec index bedc1c6..bc5cfbc 100644 --- a/SwiftRadix.podspec +++ b/SwiftRadix.podspec @@ -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 \ No newline at end of file