From 01e04c578debf339dbabd6f488a7a21f38ae5140 Mon Sep 17 00:00:00 2001 From: sidj <7937756+j-sid@users.noreply.github.com> Date: Tue, 9 Feb 2021 11:07:04 -0800 Subject: [PATCH] Updated pod spec to include C++ files --- GTXiLib.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GTXiLib.podspec b/GTXiLib.podspec index 56e36e0..06db35b 100644 --- a/GTXiLib.podspec +++ b/GTXiLib.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "GTXiLib" - s.version = "4.1" + s.version = "4.2" s.summary = "iOS Accessibility testing library." s.description = <<-DESC iOS Accessibility testing library that works with XCTest based frameworks. @@ -9,9 +9,9 @@ Pod::Spec.new do |s| s.license = "Apache License 2.0" s.author = "j-sid" s.platform = :ios - s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "4.1.0" } + s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "4.2.0" } s.source_files = "{Classes,OOPClasses}/**/*.{h,m,swift,mm,cc}" s.ios.deployment_target = '9.0' s.libraries = 'c++' s.dependency 'Protobuf-C++' -end \ No newline at end of file +end