Skip to content

Commit

Permalink
FB SDKs version fixed AND Podspec version increased.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Gola committed May 1, 2019
1 parent 8fa2a3f commit 81fb19f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KiwiPods.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 81fb19f

Please sign in to comment.