[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 4 / SWSDKLoginKit / 8.2.3 / SWSDKLoginKit.podspec.json
blob4abdfe4c341e819666e793c62866591a7a5a0e51
2   "name": "SWSDKLoginKit",
3   "version": "8.2.3",
4   "summary": "DK 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   "module_name": "FBSDKLoginKit",
13   "platforms": {
14     "ios": "9.0",
15     "tvos": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/facebook/facebook-ios-sdk.git",
19     "tag": "v8.2.0"
20   },
21   "ios": {
22     "weak_frameworks": [
23       "Accounts",
24       "Social",
25       "Security",
26       "QuartzCore",
27       "CoreGraphics",
28       "UIKit",
29       "Foundation",
30       "AudioToolbox"
31     ]
32   },
33   "tvos": {
34     "weak_frameworks": [
35       "AudioToolbox",
36       "CoreGraphics",
37       "Foundation",
38       "QuartzCore",
39       "Security",
40       "UIKit"
41     ]
42   },
43   "requires_arc": true,
44   "default_subspecs": "Login",
45   "swift_versions": "5.0",
46   "prefix_header_contents": "#define FBSDKCOCOAPODS",
47   "subspecs": [
48     {
49       "name": "Login",
50       "dependencies": {
51         "FBSDKCoreKit": [
52           "~> 8.2.0"
53         ]
54       },
55       "exclude_files": [
56         "FBSDKLoginKit/FBSDKLoginKit/include/**/*",
57         "FBSDKLoginKit/FBSDKLoginKit/Swift/Exports.swift"
58       ],
59       "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m}",
60       "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}"
61     }
62   ],
63   "swift_version": "5.0"