Skip to content

Commit

Permalink
[update]cartfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki_keishi committed Jun 3, 2016
1 parent cb648d3 commit a279127
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "lexrus/LTMorphingLabel"
github "lexrus/LTMorphingLabel" "0.1.1"
2 changes: 1 addition & 1 deletion CountdownLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CountdownLabel"
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'Simple countdown UILabel with morphing animation, and some useful function.'
s.homepage = "https://github.com/suzuki-0000/CountdownLabel"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion CountdownLabel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
shellScript = "#if which swiftlint >/dev/null; then\n# swiftlint\n#else\n#echo \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\n#fi";
};
89B3C64E1C50780100A02978 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit a279127

Please sign in to comment.