From 81fb19f2ec2657c7610e1fbe16fd5b69b1223f9c Mon Sep 17 00:00:00 2001 From: Anuj Gola Date: Wed, 1 May 2019 16:18:28 +0530 Subject: [PATCH] FB SDKs version fixed AND Podspec version increased. --- KiwiPods.podspec | 4 ++-- Podfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/KiwiPods.podspec b/KiwiPods.podspec index 26765fc..1b221b2 100644 --- a/KiwiPods.podspec +++ b/KiwiPods.podspec @@ -16,8 +16,8 @@ Pod::Spec.new do |s| # s.name = "KiwiPods" - s.version = "0.0.2" - s.summary = "sdfgdgf" + s.version = "0.0.3" + s.summary = "Summary" # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? diff --git a/Podfile b/Podfile index fb498b9..0712acb 100644 --- a/Podfile +++ b/Podfile @@ -5,8 +5,8 @@ target 'KiwiPods' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! pod 'Alamofire', '~> 4.7' - pod 'FBSDKLoginKit' - pod 'FBSDKShareKit' + pod 'FBSDKLoginKit', '4.44.0' + pod 'FBSDKShareKit', '4.44.0' pod 'SDWebImage', '~> 5.0' pod 'TwitterKit' pod 'MBProgressHUD'