Skip to content

Instantly share code, notes, and snippets.

@Derkin
Created October 31, 2014 03:29
Show Gist options
  • Save Derkin/656ac68311a5a1a259d5 to your computer and use it in GitHub Desktop.
Save Derkin/656ac68311a5a1a259d5 to your computer and use it in GitHub Desktop.
This is gist for test private cocoapod repo.
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
@Derkin
Copy link
Author

Derkin commented Oct 31, 2014

my first gist for test private repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment