Fix required a higher minimum deployment target of Auth Sample Test (#25736)

pull/25745/head
yulin liang 4 years ago committed by GitHub
parent 0088dae36a
commit 3bc612374c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/objective-c/auth_sample/Podfile

@ -1,5 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
platform :ios, '9.0'
install! 'cocoapods', :deterministic_uuids => false

Loading…
Cancel
Save