From 5fdce4326b55ee9a2d8f5208ffd3608f45cddc2b Mon Sep 17 00:00:00 2001 From: Fernando del Rio Date: Sun, 26 Nov 2017 04:15:18 -0200 Subject: [PATCH] Updating podspec and build.sh --- SwiftColorGen.podspec | 2 +- build.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/SwiftColorGen.podspec b/SwiftColorGen.podspec index f1c47aa..d30d716 100644 --- a/SwiftColorGen.podspec +++ b/SwiftColorGen.podspec @@ -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. diff --git a/build.sh b/build.sh index 94b3e3d..40d0e14 100755 --- a/build.sh +++ b/build.sh @@ -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