[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 9 / 0 / FacebookLogin / 0.6.0 / FacebookLogin.podspec.json
bloba2ebad4df72f6bd23989a0165c316867aaae43f6
2   "name": "FacebookLogin",
3   "version": "0.6.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": "v0.6.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "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.5"
28       ],
29       "Bolts": [
30         "~> 1.9"
31       ],
32       "FBSDKCoreKit": [
33         "~> 4.43"
34       ],
35       "FBSDKLoginKit": [
36         "~> 4.43"
37       ]
38     }
39   }