Skip to content

Commit

Permalink
Merge pull request CocoaPods#60 from owainhunt/master
Browse files Browse the repository at this point in the history
Add UAGithubEngine spec.
  • Loading branch information
Sergej Tatarincev committed Mar 4, 2012
2 parents 589c62c + 5f1d632 commit 29936fe
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 29936fe

Please sign in to comment.