From 585eeb1a61a2efba51a8c4b1d0d812975919dbf3 Mon Sep 17 00:00:00 2001 From: Alan Zeino Date: Tue, 24 Aug 2021 12:35:38 -0700 Subject: [PATCH] Update podspec for 7.0.0 --- iOSSnapshotTestCase.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOSSnapshotTestCase.podspec b/iOSSnapshotTestCase.podspec index 5bc4411..ea9833f 100644 --- a/iOSSnapshotTestCase.podspec +++ b/iOSSnapshotTestCase.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "iOSSnapshotTestCase" s.module_name = "FBSnapshotTestCase" - s.version = "6.2.0" + s.version = "7.0.0" s.summary = "Snapshot view unit tests for iOS" s.description = <<-DESC A "snapshot test case" takes a configured UIView or CALayer @@ -17,7 +17,7 @@ Pod::Spec.new do |s| :tag => s.version.to_s } s.ios.deployment_target = '10.0' s.tvos.deployment_target = '10.0' - s.swift_version = '5.1' + s.swift_version = '5.4' s.requires_arc = true s.frameworks = 'XCTest','UIKit','Foundation','QuartzCore' s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }