Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump FBSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangbh committed Feb 11, 2020
1 parent fbf463e commit 272cadc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
==========

### 3.2.2

- Bump to FBSDK 5.15.1

### 3.2.1

- Bump to FBSDK 5.14.0
Expand Down
Binary file not shown.
28 changes: 14 additions & 14 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- FBSDKCoreKit (5.14.0):
- FBSDKCoreKit/Basics (= 5.14.0)
- FBSDKCoreKit/Core (= 5.14.0)
- FBSDKCoreKit/Basics (5.14.0)
- FBSDKCoreKit/Core (5.14.0):
- FBSDKCoreKit (5.15.1):
- FBSDKCoreKit/Basics (= 5.15.1)
- FBSDKCoreKit/Core (= 5.15.1)
- FBSDKCoreKit/Basics (5.15.1)
- FBSDKCoreKit/Core (5.15.1):
- FBSDKCoreKit/Basics
- FBSDKLoginKit (5.14.0):
- FBSDKLoginKit/Login (= 5.14.0)
- FBSDKLoginKit/Login (5.14.0):
- FBSDKLoginKit (5.15.1):
- FBSDKLoginKit/Login (= 5.15.1)
- FBSDKLoginKit/Login (5.15.1):
- FBSDKCoreKit (~> 5.0)
- GBHFacebookImagePicker (3.2.0):
- FBSDKCoreKit (~> 5.14.0)
- FBSDKLoginKit (~> 5.14.0)
- GBHFacebookImagePicker (3.2.1):
- FBSDKCoreKit (~> 5.15.1)
- FBSDKLoginKit (~> 5.15.1)

DEPENDENCIES:
- GBHFacebookImagePicker (from `../`)
Expand All @@ -26,9 +26,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
FBSDKCoreKit: a72c8d2c42aa4c4d5eaa5f160be9580750f70d2e
FBSDKLoginKit: 89f3c2f8be892ec8a5359619a8ff657578d47604
GBHFacebookImagePicker: 07e2eba348b9a666d99527f06ad8198cde18390b
FBSDKCoreKit: 1d5acf7c9d7a2f92bb1a242dc60cae5b7adb91df
FBSDKLoginKit: f1ea8026a58b52d30c9f2e6a58ca7d813619fb83
GBHFacebookImagePicker: 75aeea1356615d52f0bdabaffe5ed33a1ada7967

PODFILE CHECKSUM: c7986fba07718931af896e9c40736ace0ccbfe4e

Expand Down
4 changes: 2 additions & 2 deletions GBHFacebookImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
'Images/*.{png}'
]
}
s.dependency 'FBSDKCoreKit', '~> 5.14.0'
s.dependency 'FBSDKLoginKit', '~> 5.14.0'
s.dependency 'FBSDKCoreKit', '~> 5.15.1'
s.dependency 'FBSDKLoginKit', '~> 5.15.1'
s.swift_versions = ['5.0']
end

0 comments on commit 272cadc

Please sign in to comment.