Skip to content

Commit 467bf89

Browse files
committed
Updated podspec to 1.2.0
1 parent 6a82572 commit 467bf89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SwiftRadix.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = "SwiftRadix"
3-
spec.version = "1.1.0"
3+
spec.version = "1.2.0"
44
spec.license = { :type => "MIT", :file => "LICENSE" }
55
spec.summary = "A Swift library for translating integers to/from radix strings (binary, hex, octal, etc.) using simple functional syntax."
66
spec.homepage = "https://github.com/orchetect/SwiftRadix"
77
spec.authors = { "Steffan Andrews" => "https://github.com/orchetect" }
8-
spec.source = { :git => "https://github.com/orchetect/SwiftRadix.git", :tag => "1.1.0" }
8+
spec.source = { :git => "https://github.com/orchetect/SwiftRadix.git", :tag => "1.2.0" }
99

1010
spec.osx.deployment_target = "10.10"
1111
spec.ios.deployment_target = "9.0"
@@ -14,5 +14,5 @@ Pod::Spec.new do |spec|
1414

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

17-
spec.swift_version = "5.3"
17+
spec.swift_version = "5.1"
1818
end

0 commit comments

Comments
 (0)