Skip to content

Commit

Permalink
Merge cocoapods-support into master
Browse files Browse the repository at this point in the history
  • Loading branch information
balavor committed Mar 25, 2018
2 parents 9208fb1 + a7480ba commit b387a7a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
22 changes: 22 additions & 0 deletions SnappyShrimp.podspec
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
4 changes: 4 additions & 0 deletions SnappyShrimp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
0614E90F206853610068F863 /* SnappyShrimp.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 0614E90E206853610068F863 /* SnappyShrimp.podspec */; };
065B45BC20605201001E1F41 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 065B45BB20605201001E1F41 /* ViewController.xib */; };
065B45BE20605323001E1F41 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 065B45BD20605323001E1F41 /* ViewController.swift */; };
06C01E1C206647CF00C63FBB /* iPhone4S.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06C01E1B206647CF00C63FBB /* iPhone4S.swift */; };
Expand Down Expand Up @@ -52,6 +53,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0614E90E206853610068F863 /* SnappyShrimp.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SnappyShrimp.podspec; sourceTree = SOURCE_ROOT; };
065B45BB20605201001E1F41 /* ViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ViewController.xib; sourceTree = "<group>"; };
065B45BD20605323001E1F41 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
06C01E1B206647CF00C63FBB /* iPhone4S.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = iPhone4S.swift; path = iPhone/iPhone4S.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -112,6 +114,7 @@
06CF339E1FE81CDD007B0B74 /* Support */ = {
isa = PBXGroup;
children = (
0614E90E206853610068F863 /* SnappyShrimp.podspec */,
4214CBFC1FDFE34A00C7AB61 /* SnappyShrimp.h */,
4214CBFD1FDFE34A00C7AB61 /* Info.plist */,
06F6C6571FF3F73B00E055F0 /* Media.xcassets */,
Expand Down Expand Up @@ -326,6 +329,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0614E90F206853610068F863 /* SnappyShrimp.podspec in Resources */,
06F6C6581FF3F73B00E055F0 /* Media.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit b387a7a

Please sign in to comment.