Skip to content

Commit

Permalink
Update ColorArt.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaswelte committed Dec 1, 2013
1 parent 0dcaef4 commit 6220a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ColorArt.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "ColorArt"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "iTunes 11-style color matching code."
s.homepage = "https://github.com/fleitz/ColorArt"
s.license = 'CUSTOM'
s.authors = { "Fred Leitz" => "[email protected]", "Aaron Brethorst" => "", "Wade Cosgrove" => "" }
s.source = { :git => "https://github.com/fleitz/ColorArt.git", :tag => "v0.1.1" }
s.source = { :git => "https://github.com/logicreative/ColorArt.git", :tag => "v0.1.2" }
s.platform = :ios, '5.0'
s.source_files = 'ColorArt/Classes', 'ColorArt/Classes/**/*.{h,m}'
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics', 'QuartzCore'
Expand Down

0 comments on commit 6220a21

Please sign in to comment.