Skip to content

Commit 3e09baa

Browse files
committed
Updated podspec to 2.0
1 parent 61eb982 commit 3e09baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GTXiLib.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "GTXiLib"
3-
s.version = "1.0"
3+
s.version = "2.0"
44
s.summary = "iOS Accessibility testing library."
55
s.description = <<-DESC
66
iOS Accessibility testing library that works with XCTest based frameworks.
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99
s.license = "Apache License 2.0"
1010
s.author = "j-sid"
1111
s.platform = :ios
12-
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "1.0.0" }
12+
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "2.0.0" }
1313
s.source_files = "Classes/**/*.{h,m,swift}"
1414
end

0 commit comments

Comments
 (0)