We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409c037 commit bfc82f2Copy full SHA for bfc82f2
GTXiLib.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "GTXiLib"
3
- s.version = "4.0"
+ s.version = "4.1"
4
s.summary = "iOS Accessibility testing library."
5
s.description = <<-DESC
6
iOS Accessibility testing library that works with XCTest based frameworks.
@@ -9,7 +9,9 @@ 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 => "4.0.0" }
+ s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "4.1.0" }
13
s.source_files = "Classes/**/*.{h,m,swift}"
14
- s.dependency 'Protobuf-C++'
+ s.ios.deployment_target = '9.0'
15
+ s.libraries = 'c++'
16
+ s.dependency 'Protobuf'
17
end
0 commit comments