Skip to content

Commit 467ea90

Browse files
authored
Merge pull request #11 from orchetect/dev
Updated podspec to 1.1.0
2 parents c0b24f6 + c08bb4a commit 467ea90

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.0.3"
3+
spec.version = "1.1.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.0.3" }
8+
spec.source = { :git => "https://github.com/orchetect/SwiftRadix.git", :tag => "1.1.0" }
99

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

1717
spec.swift_version = "5.3"
18-
end
18+
end

0 commit comments

Comments
 (0)