-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'SnappyShrimp' | ||
s.version = '1.6' | ||
s.summary = 'New experience of Snapshot testing' | ||
s.platform = :ios | ||
s.swift_version = '4.0' | ||
s.description = <<-DESC | ||
A new, faster way of Snapshot testing. Helps to verify that your view and its layout looks exactly as you expect on all devices, in all orientations, including iPad multitasking mode support and iPhone X support with its specific design. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/AndriiDoroshko/SnappyShrimp' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'RomanTysiachnik' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/AndriiDoroshko/SnappyShrimp.git', :tag => s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/Balavor' | ||
|
||
s.ios.deployment_target = '9.0' | ||
|
||
s.source_files = 'SnappyShrimp/*' | ||
s.frameworks = 'UIKit', 'XCTest' | ||
s.dependency 'FBSnapshotTestCase', '~> 2.1.4' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters