Skip to content

Instantly share code, notes, and snippets.

@remirobert
Created November 18, 2014 15:48
Show Gist options
  • Save remirobert/4dbe12c0110423124a5c to your computer and use it in GitHub Desktop.
Save remirobert/4dbe12c0110423124a5c to your computer and use it in GitHub Desktop.
Basic spec file for cocoaPod
Pod::Spec.new do |s|
s.name = ""
s.version = "0.1.0"
s.summary = ""
s.description = <<-DESC
DESC
s.homepage = "https://github.com/"
s.license = 'MIT'
s.author = { "" => "@gmail.com" }
s.source = { :git => "https://github.com/*.git", :commit => "a560b930fbd0439ec600fdd863db84eec21853cb", :tag => 'v0.1' }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = '/'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment