Skip to content

Instantly share code, notes, and snippets.

@miyaki
Created May 17, 2016 11:04
Show Gist options
  • Save miyaki/d7e1181d14f9d0a970566cbca978c26d to your computer and use it in GitHub Desktop.
Save miyaki/d7e1181d14f9d0a970566cbca978c26d to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "VVOSC"
s.version = "0.1.0"
s.summary = "A short description of VVOSC."
s.description = <<-DESC
An optional longer description of VVOSC
* Markdown format.
* Don't worry about the indent, we strip it!
DESC
s.homepage = "https://github.com/mrRay/vvopensource"
s.license = 'LGPL'
s.author = { "Takashi Miyaki" => "miyaki@acm.org" }
s.source = { :git => "https://github.com/mrRay/vvopensource.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes'
s.resources = 'Pod/Assets/*.png'
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment