Created
November 18, 2014 15:48
-
-
Save remirobert/4dbe12c0110423124a5c to your computer and use it in GitHub Desktop.
Basic spec file for cocoaPod
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 = "" | |
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