Created
January 20, 2014 15:23
-
-
Save kikohz/8521864 to your computer and use it in GitHub Desktop.
ImageBrowser podspec
This file contains 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 = 'ImageBrowser' | |
s.version = 'v0.2' | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | |
s.summary = 'A simple picture viewer.' | |
s.homepage = 'https://github.com/kikohz/ImageBrowser' | |
s.author = { 'H_z' => '[email protected]' } | |
s.source = { :git => 'https://github.com/kikohz/ImageBrowser.git', :tag => 'v0.2' } | |
s.platform = :ios | |
s.source_files = 'Source' | |
s.requires_arc = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment