Skip to content

Commit

Permalink
Updated to Colours 3.1 because of bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyguitar committed Dec 6, 2013
1 parent c474a9a commit 01d2a05
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Colours/3.1/Colours.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'Colours'
s.version = '3.1'
s.summary = '100s of beautiful, predefined UIColors and UIColor methods.'
s.author = {
'Ben Gordon' => '[email protected]'
}
s.source = {
:git => 'https://github.com/bennyguitar/Colours-for-iOS.git',
:tag => '3.1'
}
s.homepage = 'http://subvertapps.com'
s.license = 'LICENSE'
s.source_files = '*.{h,m}'
s.platform = :ios
end

0 comments on commit 01d2a05

Please sign in to comment.