Skip to content

Commit 1cf8864

Browse files
committed
Update Podfiles in Examples too
1 parent d5ad20e commit 1cf8864

21 files changed

+454
-433
lines changed

Examples/ObjC/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22

33
project 'OHHTTPStubsDemo.xcodeproj'
4-
platform :ios, '11.0'
4+
platform :ios, '12.0'
55

66
target 'OHHTTPStubsDemo' do
77
pod 'OHHTTPStubs', :path => '../..'

Examples/ObjC/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121
:path: "../.."
2222

2323
SPEC CHECKSUMS:
24-
OHHTTPStubs: 90eac6d8f2c18317baeca36698523dc67c513831
24+
OHHTTPStubs: 3fbe3cdc36877aa7251488be433b3d03e7253ce4
2525

26-
PODFILE CHECKSUM: 9a67077a86911aa4a252748903da3d5ea5d5d922
26+
PODFILE CHECKSUM: f3ddae302b73d8e6a8b3564b8a9b2d666375dcca
2727

28-
COCOAPODS: 1.9.3
28+
COCOAPODS: 1.15.2

Examples/ObjC/Pods/Local Podspecs/OHHTTPStubs.podspec.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 157 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.debug.xcconfig

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.release.xcconfig

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Target Support Files/Pods-OHHTTPStubsDemo/Pods-OHHTTPStubsDemo.debug.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/ObjC/Pods/Target Support Files/Pods-OHHTTPStubsDemo/Pods-OHHTTPStubsDemo.release.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Swift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22

33
project 'OHHTTPStubsDemo.xcodeproj'
4-
platform :ios, '11.0'
4+
platform :ios, '12.0'
55
use_frameworks!
66

77
target 'OHHTTPStubsDemo' do

0 commit comments

Comments
 (0)