Skip to content

Commit

Permalink
Add UAGithubEngine spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Owain R Hunt committed Mar 3, 2012
1 parent df20863 commit 5f1d632
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UAGithubEngine/2.0.0/UAGithubEngine.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'UAGithubEngine'
s.version = '2.0.0'
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://owainhunt@github.com/owainhunt/UAGithubEngine.git', :tag => '2.0.0' }
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.framework = 'SystemConfiguration'
s.requires_arc = true
end

0 comments on commit 5f1d632

Please sign in to comment.