Created
October 31, 2014 03:29
-
-
Save Derkin/656ac68311a5a1a259d5 to your computer and use it in GitHub Desktop.
This is gist for test private cocoapod repo.
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 = 'helloPrivatePod' | |
s.version = '0.0.1' | |
s.license = 'MIT' | |
s.summary = '[summary]' | |
s.homepage = 'http://www.baidu.com' | |
s.description = '[s.description]' | |
s.author = {‘Dekin Wu’ => ‘[email protected]’ } | |
s.source = { :git => 'https://github.com/Derkin/helloPrivatePod', :tag => '0.0.1' } | |
s.requires_arc = true | |
s.platform = :ios,’7.0’ | |
s.source_files = 'helloPrivatePod/HelloPrivateRepo/DKTestView.h’ | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my first gist for test private repo.