From 23ee7394ef00181f76515e31ddc6cd88cf08edc6 Mon Sep 17 00:00:00 2001 From: Paul Zabelin Date: Mon, 6 Jan 2020 19:54:10 -0800 Subject: [PATCH] refactor: Podfile to remove unnecessary inhibit_warnings --- Example/Podfile | 2 +- Example/Podfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index 7eb42aa..8fd76df 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -13,7 +13,7 @@ target 'Example' do DevelopmentPodAndDependencies() def SwiftTestingPods - pod 'Quick', :inhibit_warnings => true + pod 'Quick' pod 'Nimble' end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 1614994..e052bcd 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -38,9 +38,9 @@ SPEC CHECKSUMS: iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6 Nimble: 4ab1aeb9b45553c75b9687196b0fa0713170a332 Nimble-Snapshots: 3a624ceb92ec1f110da64933d1536199910e885a - PerspectiveTransform: 5261b1e88a0355571004e76218573de2079a7cac + PerspectiveTransform: 03b9bc0a363917602cd660d7d8fe031f549c73d3 Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e -PODFILE CHECKSUM: 1221c727f79e65c43c225a7da4f95a63cfa8f911 +PODFILE CHECKSUM: 1022d64c64e11ea237eb8911f12da68da807a763 COCOAPODS: 1.8.4