[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 3 / c / FBSDKLoginKit / 7.1.0 / FBSDKLoginKit.podspec.json
blobdb5178dd1a6dc8246631ff9a7aed0cadeb15026a
2   "name": "FBSDKLoginKit",
3   "version": "7.1.0",
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": "v7.1.0"
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           "~> 7.1.0"
52         ]
53       },
54       "exclude_files": [
55         "FBSDKLoginKit/FBSDKLoginKit/include/**/*",
56         "FBSDKLoginKit/FBSDKLoginKit/Swift/Exports.swift"
57       ],
58       "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m,swift}",
59       "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}"
60     }
61   ],
62   "swift_version": "5.0"