[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / a / e / FRFacebookSignIn / 2.2.1-beta5 / FRFacebookSignIn.podspec.json
blobb05e7f1b9115f97cad80af3458f034beaaf91357
2   "name": "FRFacebookSignIn",
3   "version": "2.2.1-beta5",
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": "2.2.1-beta5"
15   },
16   "module_name": "FRFacebookSignIn",
17   "swift_versions": [
18     "5.0",
19     "5.1"
20   ],
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": [
25     "FRFacebookSignIn/FRFacebookSignIn/**/*.swift",
26     "FRFacebookSignIn/FRFacebookSignIn/**/*.c",
27     "FRFacebookSignIn/FRFacebookSignIn/**/*.h"
28   ],
29   "ios": {
30     "dependencies": {
31       "FRAuth": [
32         "~> 2.2.1-beta5"
33       ],
34       "FBSDKLoginKit": [
35         "~> 9.1.0"
36       ]
37     }
38   },
39   "swift_version": "5.1"