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

Commit

Permalink
Bump FBSDK 4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Gabach committed Jul 2, 2018
1 parent 3344231 commit f513bb9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

- Add "all selection" feature
- Moving action button to a toolbar
- Bump to FBSDK 4.33
- Bump to FBSDK 4.34
- Texts configuration refactoring
- Layout : refactoring with anchor (to be continue)

Expand Down
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ PODS:
- Bolts/AppLinks (1.9.0):
- Bolts/Tasks
- Bolts/Tasks (1.9.0)
- FBSDKCoreKit (4.33.0):
- FBSDKCoreKit (4.34.0):
- Bolts (~> 1.7)
- FBSDKLoginKit (4.33.0):
- FBSDKLoginKit (4.34.0):
- FBSDKCoreKit
- GBHFacebookImagePicker (2.4.0):
- FBSDKCoreKit (~> 4.33.0)
- FBSDKLoginKit (~> 4.33.0)
- FBSDKCoreKit (~> 4.34.0)
- FBSDKLoginKit (~> 4.34.0)

DEPENDENCIES:
- GBHFacebookImagePicker (from `../`)
Expand All @@ -28,10 +28,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Bolts: ac6567323eac61e203f6a9763667d0f711be34c8
FBSDKCoreKit: 572b047a7e029bc44542bcf8a59414e7ff2b543e
FBSDKLoginKit: 88cb456349cfb3b554427ce4f8b43729d85dfb40
GBHFacebookImagePicker: cd09c2184264db75bf12808576d772f2e1d94cfe
FBSDKCoreKit: 0ff57f093b85c8c9d5aba697d3edf68a8960ce78
FBSDKLoginKit: 8c78f57a145afb756e4755e69195ebe08a42466e
GBHFacebookImagePicker: 4d538a9409e513bb9c4ae47c63f34e0537153b02

PODFILE CHECKSUM: c7986fba07718931af896e9c40736ace0ccbfe4e

COCOAPODS: 1.5.2
COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions GBHFacebookImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
'Images/*.{png}'
]
}
s.dependency 'FBSDKCoreKit', '~> 4.33.0'
s.dependency 'FBSDKLoginKit', '~> 4.33.0'
s.dependency 'FBSDKCoreKit', '~> 4.34.0'
s.dependency 'FBSDKLoginKit', '~> 4.34.0'
end

0 comments on commit f513bb9

Please sign in to comment.