In the facebook\'s documentation: Here: https://developers.facebook.com/docs/ios/getting-started
It\'s written that we could use:
pod \\\'Facebook-iO
Facebook-iOS-SDK has been deprecated (see the message cocoapods give you when you use pod install).
Facebook-iOS-SDK
pod install
According to Facebook You should use:
pod "FBSDKCoreKit"; pod "FBSDKLoginKit"; pod "FBSDKShareKit"; pod "FBSDKMessengerShareKit";