[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 0 / FacebookLogin / 0.5.0 / FacebookLogin.podspec.json
blob8e2fdfb698a8e76935c2c15d41b95dd3c8ed04da
2   "name": "FacebookLogin",
3   "version": "0.5.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-sdk-swift.git",
14     "tag": "0.5.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "4.2",
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.5"
28       ],
29       "Bolts": [
30         "~> 1.9"
31       ],
32       "FBSDKCoreKit": [
33         "~> 4.37"
34       ],
35       "FBSDKLoginKit": [
36         "~> 4.37"
37       ]
38     }
39   }