Skip to content

Commit

Permalink
delete copy-frameworks script
Browse files Browse the repository at this point in the history
  • Loading branch information
horitaku46 committed Dec 29, 2017
1 parent 8035f71 commit b4f739d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion Serrata.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Serrata"
s.version = "1.0.6"
s.version = "1.0.7"
s.summary = "Slide image viewer library similar to Twitter and LINE."

s.description = <<-DESC
Expand Down
19 changes: 0 additions & 19 deletions Serrata.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
619947611FE2473A0056FE48 /* Frameworks */,
619947621FE2473A0056FE48 /* Headers */,
619947631FE2473A0056FE48 /* Resources */,
61FF1E451FE632FD00C44678 /* Carthage copy-frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -186,24 +185,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
61FF1E451FE632FD00C44678 /* Carthage copy-frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/Kingfisher.framework",
);
name = "Carthage copy-frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
619947601FE2473A0056FE48 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit b4f739d

Please sign in to comment.