From 2a5295cdbbecf9a149f99e24ef032a69a6c5ff47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Mon, 18 Jun 2012 11:47:48 -0700 Subject: [PATCH] New Version of NXOAuth2Client --- NXOAuth2Client/1.1.0/NXOAuth2Client.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 NXOAuth2Client/1.1.0/NXOAuth2Client.podspec diff --git a/NXOAuth2Client/1.1.0/NXOAuth2Client.podspec b/NXOAuth2Client/1.1.0/NXOAuth2Client.podspec new file mode 100644 index 00000000..9bb64bf9 --- /dev/null +++ b/NXOAuth2Client/1.1.0/NXOAuth2Client.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'NXOAuth2Client' + s.version = '1.1.0' + s.license = 'BSD' + s.summary = 'Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)' + s.homepage = 'https://github.com/nxtbgthng/OAuth2Client' + s.author = { 'nxtbgthng' => 'team@nxtbgthng.com'} + s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => 'v1.1.0' } + s.source_files = 'NXOAuth2Account+Private.h', 'Sources/', 'Sources/OAuth2Client/' + s.frameworks = 'Security' + s.requires_arc = true +end