Skip to content

Commit 01e04c5

Browse files
committed
Updated pod spec to include C++ files
1 parent 60e3c7f commit 01e04c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GTXiLib.podspec

Lines changed: 3 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.1"
3+
s.version = "4.2"
44
s.summary = "iOS Accessibility testing library."
55
s.description = <<-DESC
66
iOS Accessibility testing library that works with XCTest based frameworks.
@@ -9,9 +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.1.0" }
12+
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "4.2.0" }
1313
s.source_files = "{Classes,OOPClasses}/**/*.{h,m,swift,mm,cc}"
1414
s.ios.deployment_target = '9.0'
1515
s.libraries = 'c++'
1616
s.dependency 'Protobuf-C++'
17-
end
17+
end

0 commit comments

Comments
 (0)