Skip to content

Instantly share code, notes, and snippets.

@kikohz
Created January 20, 2014 15:23
Show Gist options
  • Save kikohz/8521864 to your computer and use it in GitHub Desktop.
Save kikohz/8521864 to your computer and use it in GitHub Desktop.
ImageBrowser podspec
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' => 'kikohz@gmail.com' }
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