Skip to content

Commit 5ee15d6

Browse files
thomasvlacozzette
authored andcommitted
Update the pod tests to match the new min iOS version.
1 parent 55ac338 commit 5ee15d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '9.0'
33

44
install! 'cocoapods', :deterministic_uuids => false
55

objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '9.0'
33

44
install! 'cocoapods', :deterministic_uuids => false
55

0 commit comments

Comments
 (0)