Removed GitHub warnings.
This commit is contained in:
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
|
||||
s.summary = 'Objective-C wrapper for the Github API.'
|
||||
s.homepage = 'http://github.com/owainhunt/uagithubengine'
|
||||
s.author = { 'Owain R Hunt' => 'owain@underscoreapps.com' }
|
||||
s.source = { :git => 'https://owainhunt@github.com/owainhunt/UAGithubEngine.git', :tag => '2.0.0' }
|
||||
s.source = { :git => 'https://github.com/owainhunt/UAGithubEngine.git', :tag => '2.0.0' }
|
||||
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
|
||||
s.framework = 'SystemConfiguration'
|
||||
s.requires_arc = true
|
||||
|
||||
Reference in New Issue
Block a user