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

Commit

Permalink
Bump FBSDK to 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangbh committed Jan 17, 2020
1 parent 558075c commit 1912dbf
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.1

- Bump to FBSDK 5.14.0

### 3.2.0

- Dark mode support for default configuration
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.13.1):
- FBSDKCoreKit/Basics (= 5.13.1)
- FBSDKCoreKit/Core (= 5.13.1)
- FBSDKCoreKit/Basics (5.13.1)
- FBSDKCoreKit/Core (5.13.1):
- 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/Basics
- FBSDKLoginKit (5.13.1):
- FBSDKLoginKit/Login (= 5.13.1)
- FBSDKLoginKit/Login (5.13.1):
- FBSDKLoginKit (5.14.0):
- FBSDKLoginKit/Login (= 5.14.0)
- FBSDKLoginKit/Login (5.14.0):
- FBSDKCoreKit (~> 5.0)
- GBHFacebookImagePicker (3.1.6):
- FBSDKCoreKit (~> 5.13.1)
- FBSDKLoginKit (~> 5.13.1)
- GBHFacebookImagePicker (3.2.0):
- FBSDKCoreKit (~> 5.14.0)
- FBSDKLoginKit (~> 5.14.0)

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

SPEC CHECKSUMS:
FBSDKCoreKit: 8fb98209109fb684937f05d534305edb18c20207
FBSDKLoginKit: c7c6ffd9ca9ea45aee32361840af040ad8f6706a
GBHFacebookImagePicker: 075daf164ed790ca1490352fc1df9973be3079bc
FBSDKCoreKit: a72c8d2c42aa4c4d5eaa5f160be9580750f70d2e
FBSDKLoginKit: 89f3c2f8be892ec8a5359619a8ff657578d47604
GBHFacebookImagePicker: 07e2eba348b9a666d99527f06ad8198cde18390b

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.13.1'
s.dependency 'FBSDKLoginKit', '~> 5.13.1'
s.dependency 'FBSDKCoreKit', '~> 5.14.0'
s.dependency 'FBSDKLoginKit', '~> 5.14.0'
s.swift_versions = ['5.0']
end

0 comments on commit 1912dbf

Please sign in to comment.