Skip to content

Commit

Permalink
undo unnecessary change to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Apr 3, 2024
1 parent a4507f3 commit ec99f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Expecta+Snapshots.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = { 'Daniel Doubrovkine' => "[email protected]", "orta" => "[email protected]" }
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'
Expand Down

0 comments on commit ec99f99

Please sign in to comment.