2 "name": "FBSDKLoginKit",
4 "summary": "Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API",
5 "description": "The Facebook SDK for iOS LoginKit framework provides:\n* Facebook Login to easily sign in users.\n* Sharing features like the Share or Message Dialog to grow your app.\n* Simpler Graph API access to provide more social context.",
6 "homepage": "https://developers.facebook.com/docs/ios/",
8 "type": "Facebook Platform License",
11 "authors": "Facebook",
17 "git": "https://github.com/facebook/facebook-ios-sdk.git",
43 "default_subspecs": "Login",
44 "swift_versions": "5.0",
45 "pod_target_xcconfig": {
46 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FBSDKCOCOAPODS=1",
47 "OTHER_SWIFT_FLAGS": "$(inherited) -Xcc -DFBSDKCOCOAPODS"
53 "FBSDKCoreKit_Basics": [
61 "FBSDKLoginKit/FBSDKLoginKit/include/**/*",
62 "FBSDKLoginKit/FBSDKLoginKit/Swift/Exports.swift"
64 "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m,swift}",
65 "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}"
68 "swift_version": "5.0"