Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cherifya
Last active December 26, 2015 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cherifya/7169169 to your computer and use it in GitHub Desktop.
Save cherifya/7169169 to your computer and use it in GitHub Desktop.
LEColorPicker.podspec for v1.0
Pod::Spec.new do |s|
s.name = "LEColorPicker"
s.version = "1.0"
s.summary = "A Cocoa-Touch system for iOS to get a color scheme in function of an image, like iTunes 11 does."
s.homepage = "https://github.com/luisespinoza/LEColorPicker"
s.license = 'MIT'
s.author = { "Luis Enrique Espinoza Severino" => "luis.espinoza.severino@gmail.com" }
s.platform = :ios
s.source = { :git => "https://github.com/luisespinoza/LEColorPicker.git", :tag => "v1.0" }
s.source_files = 'LEColorPicker'
s.requires_arc = true
s.framework = 'OpenGLES'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment