Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Updating podspec and build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandodelrio committed Nov 26, 2017
1 parent 1138802 commit 5fdce43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftColorGen.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftColorGen"
s.version = "0.3.3"
s.version = "0.4.0"
s.summary = "A tool that generate code for Swift projects, designed to improve the maintainability of UIColors"
s.description = <<-DESC
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors.
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ SwiftColorGen/Libs/CommandLineKit/StringExtensions.swift \
SwiftColorGen/Extensions/AEXMLElement.swift \
SwiftColorGen/Model/ColorData.swift \
SwiftColorGen/Model/WebColors.swift \
SwiftColorGen/Model/Asset.swift \
SwiftColorGen/Utils/CLIManager.swift \
SwiftColorGen/Utils/ColorManager.swift \
SwiftColorGen/Utils/PathManager.swift \
SwiftColorGen/Utils/OutputFileManager.swift \
SwiftColorGen/Utils/AssetManager.swift \
SwiftColorGen/Utils/StoryboardManager.swift -o swiftcg

0 comments on commit 5fdce43

Please sign in to comment.