From 3487fb3c442db9f483436a7fce2c2533f5682a24 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Fri, 5 Feb 2016 11:09:33 +0100 Subject: [PATCH] - Fix Libraries AFOAuth2Manager --- Example/Podfile | 2 +- Pod/Classes/PNObjectConfig.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index ce1bb60..e3b58ab 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -11,7 +11,7 @@ target 'PNObject_Example' do pod 'NSString-Helper' pod 'CodFis-Helper' pod 'StrongestPasswordValidator' - + end target 'PNObject_Tests' do diff --git a/Pod/Classes/PNObjectConfig.m b/Pod/Classes/PNObjectConfig.m index 5490cdb..fa5d5d2 100644 --- a/Pod/Classes/PNObjectConfig.m +++ b/Pod/Classes/PNObjectConfig.m @@ -185,7 +185,7 @@ static bool isFirstAccess = YES; return _currentEndPointBaseUrl; } -- (AFHTTPSessionManager *) manager { +- (AFOAuth2Manager *) manager { BOOL canTryRefreh = NO;