[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 0 / FacebookLogin / 0.7.0 / FacebookLogin.podspec.json
blob8519b3ebc7796626532dcc44b4e2243586cf9ae7
2   "name": "FacebookLogin",
3   "version": "0.7.0",
4   "authors": "Facebook",
5   "homepage": "https://developers.facebook.com/docs/swift",
6   "documentation_url": "https://developers.facebook.com/docs/swift/reference",
7   "license": {
8     "type": "Facebook Platform License",
9     "file": "LICENSE"
10   },
11   "summary": "Official Facebook SDK in Swift to integrate with Facebook Login.",
12   "source": {
13     "git": "https://github.com/facebook/facebook-swift-sdk.git",
14     "tag": "v0.7.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "Sources/Login/**/*.swift",
22   "exclude_files": "Sources/Login/LoginManager.DefaultAudience.swift",
23   "module_name": "FacebookLogin",
24   "ios": {
25     "dependencies": {
26       "FacebookCore": [
27         "~> 0.7"
28       ],
29       "FBSDKCoreKit": [
30         "~> 5.0"
31       ],
32       "FBSDKLoginKit": [
33         "~> 5.0"
34       ]
35     }
36   }