diff --git a/Podfile b/Podfile index 73062ba25..9013cc956 100644 --- a/Podfile +++ b/Podfile @@ -17,8 +17,8 @@ target 'WordPressAuthenticator' do ## pod 'Gridicons', '~> 0.15' pod 'WordPressUI', '~> 1.0' - pod 'WordPressKit', '~> 1.4.3' - pod 'WordPressShared', '~> 1.3.0' + pod 'WordPressKit', '~> 1.4' + pod 'WordPressShared', '~> 1.4' pod 'wpxmlrpc', '~> 0.8' ## Third party libraries diff --git a/Podfile.lock b/Podfile.lock index 8d5147b08..b3813f731 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -45,14 +45,14 @@ PODS: - Specta (1.0.7) - SVProgressHUD (2.2.5) - UIDeviceIdentifier (0.5.0) - - WordPressKit (1.4.3): + - WordPressKit (1.4.4): - Alamofire (~> 4.7.3) - CocoaLumberjack (= 3.4.2) - NSObject-SafeExpectations (= 0.0.3) - UIDeviceIdentifier (~> 0.4) - - WordPressShared (~> 1.3.0) + - WordPressShared (~> 1.4) - wpxmlrpc (= 0.8.3) - - WordPressShared (1.3.0): + - WordPressShared (1.4.0): - CocoaLumberjack (~> 3.4) - FormatterKit/TimeIntervalFormatter (= 1.8.2) - WordPressUI (1.0.6) @@ -73,8 +73,8 @@ DEPENDENCIES: - Specta (= 1.0.7) - SVProgressHUD (= 2.2.5) - UIDeviceIdentifier (~> 0.4) - - WordPressKit (~> 1.4.3) - - WordPressShared (~> 1.3.0) + - WordPressKit (~> 1.4) + - WordPressShared (~> 1.4) - WordPressUI (~> 1.0) - wpxmlrpc (~> 0.8) @@ -118,11 +118,11 @@ SPEC CHECKSUMS: Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 UIDeviceIdentifier: a959a6d4f51036b4180dd31fb26483a820f1cc46 - WordPressKit: e851c9bdb86544b39cf2a5716b3f59ef66fa6970 - WordPressShared: 28b4c30f86ac042175580fcba690abddb759d67e + WordPressKit: b1d4e0030c68c30c9238d909d79c3a1f886d9a2e + WordPressShared: f55be10963c8f6dbbc8e896450805ba1dd5353f7 WordPressUI: af141587ec444f9af753a00605bd0d3f14d8d8a3 wpxmlrpc: bfc572f62ce7ee897f6f38b098d2ba08732ecef4 -PODFILE CHECKSUM: 10d6dabfe61e3243176064949778c8444dcb378a +PODFILE CHECKSUM: c1f8e7670e27ecdf793469785706d7d25868f431 COCOAPODS: 1.5.3 diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index ec8e1d8fb..29ca1a68a 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.1.4" + s.version = "1.1.5" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC @@ -35,7 +35,7 @@ Pod::Spec.new do |s| s.dependency 'Gridicons', '~> 0.15' s.dependency 'GoogleSignInRepacked', '4.1.2' s.dependency 'WordPressUI', '~> 1.0' - s.dependency 'WordPressKit', '~> 1.4.3' - s.dependency 'WordPressShared', '~> 1.3.0' + s.dependency 'WordPressKit', '~> 1.4' + s.dependency 'WordPressShared', '~> 1.4' s.dependency 'wpxmlrpc', '~> 0.8' end