Created
May 17, 2016 11:04
-
-
Save miyaki/d7e1181d14f9d0a970566cbca978c26d to your computer and use it in GitHub Desktop.
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 = "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" => "[email protected]" } | |
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