[Add] FBSDKLoginKit 6.3.0
diff --git a/Specs/b/3/c/FBSDKLoginKit/6.3.0/FBSDKLoginKit.podspec.json b/Specs/b/3/c/FBSDKLoginKit/6.3.0/FBSDKLoginKit.podspec.json
new file mode 100644
index 0000000..a292575
--- /dev/null
+++ b/Specs/b/3/c/FBSDKLoginKit/6.3.0/FBSDKLoginKit.podspec.json
@@ -0,0 +1,73 @@
+{
+  "name": "FBSDKLoginKit",
+  "version": "6.3.0",
+  "summary": "Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API",
+  "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.",
+  "homepage": "https://developers.facebook.com/docs/ios/",
+  "license": {
+    "type": "Facebook Platform License",
+    "file": "LICENSE"
+  },
+  "authors": "Facebook",
+  "platforms": {
+    "ios": "8.0",
+    "tvos": "10.0"
+  },
+  "source": {
+    "git": "https://github.com/facebook/facebook-ios-sdk.git",
+    "tag": "v6.3.0"
+  },
+  "ios": {
+    "weak_frameworks": [
+      "Accounts",
+      "Social",
+      "Security",
+      "QuartzCore",
+      "CoreGraphics",
+      "UIKit",
+      "Foundation",
+      "AudioToolbox"
+    ]
+  },
+  "tvos": {
+    "weak_frameworks": [
+      "AudioToolbox",
+      "CoreGraphics",
+      "Foundation",
+      "QuartzCore",
+      "Security",
+      "UIKit"
+    ]
+  },
+  "requires_arc": true,
+  "default_subspecs": "Login",
+  "swift_versions": "5.0",
+  "prefix_header_contents": "#define FBSDKCOCOAPODS",
+  "subspecs": [
+    {
+      "name": "Login",
+      "dependencies": {
+        "FBSDKCoreKit": [
+          "~> 6.3.0"
+        ]
+      },
+      "exclude_files": "FBSDKLoginKit/FBSDKLoginKit/include/**/*",
+      "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m}",
+      "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}"
+    },
+    {
+      "name": "Swift",
+      "dependencies": {
+        "FBSDKCoreKit/Swift": [
+          "~> 6.3.0"
+        ],
+        "FBSDKLoginKit/Login": [
+
+        ]
+      },
+      "exclude_files": "FBSDKLoginKit/FBSDKLoginKit/Swift/Exports.swift",
+      "source_files": "FBSDKLoginKit/FBSDKLoginKit/Swift/*.{swift}"
+    }
+  ],
+  "swift_version": "5.0"
+}