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