Last active
December 26, 2015 14:59
-
-
Save cherifya/7169169 to your computer and use it in GitHub Desktop.
LEColorPicker.podspec for v1.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" => "[email protected]" } | |
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