We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c7a1d commit 641200fCopy full SHA for 641200f
GTXiLib.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "GTXiLib"
3
- s.version = "2.1"
+ s.version = "3.0"
4
s.summary = "iOS Accessibility testing library."
5
s.description = <<-DESC
6
iOS Accessibility testing library that works with XCTest based frameworks.
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
9
s.license = "Apache License 2.0"
10
s.author = "j-sid"
11
s.platform = :ios
12
- s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "2.1.0" }
+ s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "3.0.0" }
13
s.source_files = "Classes/**/*.{h,m,swift}"
14
end
0 commit comments