[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 0 / FacebookLogin / 0.2.0 / FacebookLogin.podspec.json
blobfdc2ad47e5fa77875f137969a1025a863512466f
2   "name": "FacebookLogin",
3   "version": "0.2.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.2.0"
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.2"
27       ],
28       "Bolts": [
29         "~> 1.8"
30       ],
31       "FBSDKCoreKit": [
32         "~> 4.15"
33       ],
34       "FBSDKLoginKit": [
35         "~> 4.15"
36       ]
37     }
38   }