Skip to content

Commit

Permalink
Add minimum deployment target to parent podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperCorona committed May 9, 2023
1 parent d4c9fb8 commit 149d059
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GTXiLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GTXiLib"
s.version = "5.1"
s.version = "5.1.1"
s.summary = "iOS Accessibility testing library."
s.description = <<-DESC
iOS Accessibility testing library that works with XCTest based frameworks.
Expand All @@ -9,7 +9,8 @@ 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 => "5.1.0" }
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "5.1.1" }
s.ios.deployment_target = "9.0"
# Manually specify modulemap to use a custom umbrella header. CocoaPods' default
# umbrella header includes public headers from GTXOOPLib, which include C++ symbols.
# Swift uses the umbrella header for Obj-C interop, but C++ symbols cause compilation errors.
Expand Down

0 comments on commit 149d059

Please sign in to comment.