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