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