From 28e44a75b6db617ea4eb173d91aec18c74a813f2 Mon Sep 17 00:00:00 2001 From: Owain R Hunt Date: Thu, 12 Apr 2012 23:19:16 +0100 Subject: [PATCH] Update UAGithubEngine to 2.2. --- UAGithubEngine/2.2/UAGithubEngine.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 UAGithubEngine/2.2/UAGithubEngine.podspec diff --git a/UAGithubEngine/2.2/UAGithubEngine.podspec b/UAGithubEngine/2.2/UAGithubEngine.podspec new file mode 100644 index 00000000..7097aa01 --- /dev/null +++ b/UAGithubEngine/2.2/UAGithubEngine.podspec @@ -0,0 +1,12 @@ +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://owainhunt@github.com/owainhunt/UAGithubEngine.git', :tag => '2.2' } + s.source_files = 'UAGithubEngine', 'UAGithubEngine/**/*.{h,m}' + s.framework = 'SystemConfiguration' + s.requires_arc = true +end