Skip to content

Commit

Permalink
Include a cocoapods_version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Jan 26, 2024
1 parent aac6380 commit 76135c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion GTMSessionFetcher.podspec
Expand Up @@ -2,7 +2,7 @@
# to import GTMSessionFetcher via the CocoaPods dependency Manager.
Pod::Spec.new do |s|
s.name = 'GTMSessionFetcher'
s.version = '3.3.0'
s.version = '3.3.1'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/gtm-session-fetcher'
Expand All @@ -17,6 +17,10 @@ Pod::Spec.new do |s|
and uses operating-system settings.
DESC

# Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource
# bundle for the privacy manifest.
s.cocoapods_version = '>= 1.12.0'

ios_deployment_target = '10.0'
osx_deployment_target = '10.12'
tvos_deployment_target = '10.0'
Expand Down

0 comments on commit 76135c9

Please sign in to comment.