Skip to content

Commit

Permalink
fix: implementation via CocoaPods fails due to missing FBSDKCoreKit
Browse files Browse the repository at this point in the history
… dependency (#1666)
  • Loading branch information
Steven Masini authored Oct 26, 2022
1 parent 386f659 commit ac8a4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Parse.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Pod::Spec.new do |s|

s.dependency 'Parse/Core'
s.dependency 'Bolts/Tasks', '~> 1.9.1'
s.dependency 'FBSDKCoreKit', '= 11.0.1'
s.dependency 'FBSDKLoginKit', '= 11.0.1'
end

Expand Down

0 comments on commit ac8a4fa

Please sign in to comment.