From ec99f99401a3df0a442062571fa35cab9569099f Mon Sep 17 00:00:00 2001 From: brainbicycle Date: Wed, 3 Apr 2024 16:50:46 -0400 Subject: [PATCH] undo unnecessary change to podspec --- Expecta+Snapshots.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Expecta+Snapshots.podspec b/Expecta+Snapshots.podspec index f61695a..d2fc91e 100644 --- a/Expecta+Snapshots.podspec +++ b/Expecta+Snapshots.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.author = { 'Daniel Doubrovkine' => "dblock@dblock.org", "orta" => "orta.therox@gmail.com" } s.source = { :git => 'https://github.com/dblock/ios-snapshot-test-case-expecta.git', :tag => s.version.to_s } - s.platform = :ios, '14.0' + s.platform = :ios, '10.0' s.requires_arc = true s.source_files = '*.{h,m}' s.frameworks = 'Foundation', 'XCTest'