13 lines
499 B
Ruby
13 lines
499 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'UAGithubEngine'
|
|
s.version = '2.2'
|
|
s.license = 'MIT'
|
|
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://github.com/owainhunt/UAGithubEngine.git', :tag => '2.2' }
|
|
s.source_files = 'UAGithubEngine', 'UAGithubEngine/**/*.{h,m}'
|
|
s.framework = 'SystemConfiguration'
|
|
s.requires_arc = true
|
|
end
|