[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 3 / c / FBSDKLoginKit / 11.2.1 / FBSDKLoginKit.podspec.json
blobea0ee6d7caff3e9bfdf03e6cb3a1a1fd43acf5a4
2   "name": "FBSDKLoginKit",
3   "version": "11.2.1",
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": "9.0",
14     "tvos": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/facebook/facebook-ios-sdk.git",
18     "tag": "v11.2.1"
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   "pod_target_xcconfig": {
46     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FBSDKCOCOAPODS=1",
47     "OTHER_SWIFT_FLAGS": "$(inherited) -Xcc -DFBSDKCOCOAPODS"
48   },
49   "subspecs": [
50     {
51       "name": "Login",
52       "dependencies": {
53         "FBSDKCoreKit_Basics": [
54           "~> 11.2.1"
55         ],
56         "FBSDKCoreKit": [
57           "~> 11.2.1"
58         ]
59       },
60       "exclude_files": [
61         "FBSDKLoginKit/FBSDKLoginKit/include/**/*",
62         "FBSDKLoginKit/FBSDKLoginKit/Swift/Exports.swift"
63       ],
64       "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m,swift}",
65       "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}"
66     }
67   ],
68   "swift_version": "5.0"