[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / c / FBSDKLoginKit / 6.5.2 / FBSDKLoginKit.podspec.json
blobbae6863f06d9cefe10828eecc8b75c58c104db2b
2   "name": "FBSDKLoginKit",
3   "version": "6.5.2",
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/",
7   "license": {
8     "type": "Facebook Platform License",
9     "file": "LICENSE"
10   },
11   "authors": "Facebook",
12   "platforms": {
13     "ios": "8.0",
14     "tvos": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/facebook/facebook-ios-sdk.git",
18     "tag": "v6.5.2"
19   },
20   "ios": {
21     "weak_frameworks": [
22       "Accounts",
23       "Social",
24       "Security",
25       "QuartzCore",
26       "CoreGraphics",
27       "UIKit",
28       "Foundation",
29       "AudioToolbox"
30     ]
31   },
32   "tvos": {
33     "weak_frameworks": [
34       "AudioToolbox",
35       "CoreGraphics",
36       "Foundation",
37       "QuartzCore",
38       "Security",
39       "UIKit"
40     ]
41   },
42   "requires_arc": true,
43   "default_subspecs": "Login",
44   "swift_versions": "5.0",
45   "prefix_header_contents": "#define FBSDKCOCOAPODS",
46   "subspecs": [
47     {
48       "name": "Login",
49       "dependencies": {
50         "FBSDKCoreKit": [
51           "~> 6.5.2"
52         ]
53       },
54       "exclude_files": "FBSDKLoginKit/FBSDKLoginKit/include/**/*",
55       "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m}",
56       "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}"
57     },
58     {
59       "name": "Swift",
60       "dependencies": {
61         "FBSDKCoreKit/Swift": [
62           "~> 6.5.2"
63         ],
64         "FBSDKLoginKit/Login": [
66         ]
67       },
68       "exclude_files": "FBSDKLoginKit/FBSDKLoginKit/Swift/Exports.swift",
69       "source_files": "FBSDKLoginKit/FBSDKLoginKit/Swift/*.{swift}"
70     }
71   ],
72   "swift_version": "5.0"