Skip to content

Commit bfc82f2

Browse files
committed
Updated pod spec with protobuf deps and settings
1 parent 409c037 commit bfc82f2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

GTXiLib.podspec

Lines changed: 5 additions & 3 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 = "4.0"
3+
s.version = "4.1"
44
s.summary = "iOS Accessibility testing library."
55
s.description = <<-DESC
66
iOS Accessibility testing library that works with XCTest based frameworks.
@@ -9,7 +9,9 @@ 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 => "4.0.0" }
12+
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "4.1.0" }
1313
s.source_files = "Classes/**/*.{h,m,swift}"
14-
s.dependency 'Protobuf-C++'
14+
s.ios.deployment_target = '9.0'
15+
s.libraries = 'c++'
16+
s.dependency 'Protobuf'
1517
end

0 commit comments

Comments
 (0)