Skip to content

Commit

Permalink
Merge pull request #3178 from narpas/master
Browse files Browse the repository at this point in the history
Added ios-color-wheel spec file
  • Loading branch information
keith committed Jul 24, 2013
2 parents 932a076 + 0fcc014 commit 5b4bb93
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions iOS-color-wheel/0.1/iOS-color-wheel.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = "iOS-color-wheel"
s.version = "0.1"
s.summary = "A fully scalable, dynamically rendered color wheel for iOS."
s.homepage = "http://github.com/narpas/iOS-color-wheel"
s.license = {
:type => 'MIT',
:text => <<-LICENSE
By: Justin Meiners
Copyright (c) 2013 Inline Studios
Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
LICENSE
}
s.author = { "Justin Meiners" => "justin.meiners@gmail.com" }
s.source = { :git => "https://github.com/narpas/iOS-color-wheel.git", :tag => "v0.1"}
s.platform = :ios, '5.1'
s.source_files = 'Source/'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'QuartzCore'
s.requires_arc = false
end

0 comments on commit 5b4bb93

Please sign in to comment.