[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 0 / FacebookLogin / 0.3.1 / FacebookLogin.podspec.json
blob57b92aed6788bc0ead1d1c436f35a004a3c98aef
2   "name": "FacebookLogin",
3   "version": "0.3.1",
4   "authors": "Facebook",
5   "homepage": "https://developers.facebook.com/docs/swift",
6   "documentation_url": "https://developers.facebook.com/docs/swift/sdk-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.3.1"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "Sources/Login/**/*.swift",
21   "exclude_files": "Sources/Login/LoginManager.DefaultAudience.swift",
22   "module_name": "FacebookLogin",
23   "ios": {
24     "dependencies": {
25       "FacebookCore": [
26         "~> 0.3.1"
27       ],
28       "Bolts": [
29         "~> 1.8"
30       ],
31       "FBSDKCoreKit": [
32         "~> 4.33"
33       ],
34       "FBSDKLoginKit": [
35         "~> 4.33"
36       ]
37     }
38   }