Skip to content

Commit

Permalink
Merge pull request CocoaPods#10449 from bennyguitar/master
Browse files Browse the repository at this point in the history
[UPDATED] Colours to 5.3.0
  • Loading branch information
keith committed Apr 12, 2014
2 parents f087fa2 + aa714ef commit f252d98
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Colours/5.3.0/Colours.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'Colours'
s.version = '5.3.0'
s.summary = '100s of beautiful, predefined Colors and Color methods. Works for iOS/OSX.'
s.author = {
'Ben Gordon' => 'brgordon@ua.edu'
}
s.source = {
:git => 'https://github.com/bennyguitar/Colours.git',
:tag => '5.3.0'
}
s.homepage = 'https://github.com/bennyguitar'
s.license = 'LICENSE'
s.source_files = '*.{h,m}'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.requires_arc = true
end

0 comments on commit f252d98

Please sign in to comment.