diff --git a/GROAuth2SessionManager.podspec b/GROAuth2SessionManager.podspec index 281152d..38f4459 100644 --- a/GROAuth2SessionManager.podspec +++ b/GROAuth2SessionManager.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'GROAuth2SessionManager' - s.version = '0.2.2' + s.version = '0.2.3' s.license = 'MIT' s.summary = 'AFNetworking Extension for OAuth 2 Authentication.' s.homepage = 'https://github.com/gabrielrinaldi/GROAuth2SessionManager' s.author = { 'Gabriel Rinaldi' => 'gabriel@gabrielrinaldi.me', 'Mattt Thompson' => 'm@mattt.me' } s.source = { :git => 'https://github.com/gabrielrinaldi/GROAuth2SessionManager.git', - :tag => '0.2.2' } + :tag => '0.2.3' } s.source_files = 'GROAuth2SessionManager' s.requires_arc = true