Update UAGithubEngine to 2.1.

This commit is contained in:
Owain R Hunt
2012-04-12 23:10:32 +01:00
parent d4b1442399
commit d9ee474181
+12
View File
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'UAGithubEngine'
s.version = '2.1'
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.1' }
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.framework = 'SystemConfiguration'
s.requires_arc = true
end