Skip to content

Commit

Permalink
Added ASEColorWriter 0.3
Browse files Browse the repository at this point in the history
Export UIColors to Adobe Swatch Exchange (ASE) format for use in Adobe
Photoshop/Illustrator/InDesign
  • Loading branch information
alskipp committed Apr 4, 2014
1 parent a9060c6 commit 61d2308
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ASEColorWriter/0.3/ASEColorWriter.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ASEColorWriter"
s.version = "0.3"
s.summary = "Export UIColors to Adobe Swatch Exchange (ASE) format for use in Adobe Photoshop/Illustrator/InDesign"

s.homepage = "https://github.com/alskipp/ASEColorWriter"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Al Skipp" => "al@alskipp.com" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/alskipp/ASEColorWriter.git", :tag => "0.3" }
s.source_files = 'ASEColorWriter'
s.requires_arc = true
end

0 comments on commit 61d2308

Please sign in to comment.