[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / a / e / FRFacebookSignIn / 4.6.0 / FRFacebookSignIn.podspec.json
blob1fb38c937cb7306e878582f82dfa2f19f1c1415b
2   "name": "FRFacebookSignIn",
3   "version": "4.6.0",
4   "summary": "ForgeRock Auth Facebook Sign-in SDK for iOS",
5   "description": "FRFacebookSignIn is a SDK that allows a user to sign-in through Facebook. FRFacebookSignIn depends on FBSDKLoginKit, and uses Facebook's SDK to perform authorization following Facebook's protocol.",
6   "homepage": "https://www.forgerock.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "ForgeRock",
12   "source": {
13     "git": "https://github.com/ForgeRock/forgerock-ios-sdk.git",
14     "tag": "4.6.0"
15   },
16   "module_name": "FRFacebookSignIn",
17   "swift_versions": [
18     "5.0",
19     "5.1"
20   ],
21   "platforms": {
22     "ios": "12.0"
23   },
24   "source_files": [
25     "FRFacebookSignIn/FRFacebookSignIn/**/*.swift",
26     "FRFacebookSignIn/FRFacebookSignIn/**/*.c",
27     "FRFacebookSignIn/FRFacebookSignIn/**/*.h"
28   ],
29   "resource_bundles": {
30     "FRFacebookSignIn": [
31       "FRFacebookSignIn/FRFacebookSignIn/*.xcprivacy"
32     ]
33   },
34   "ios": {
35     "dependencies": {
36       "FRAuth": [
37         "~> 4.6.0"
38       ],
39       "FBSDKLoginKit": [
40         "~> 16.0.1"
41       ]
42     }
43   },
44   "swift_version": "5.1"