[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / e / 9 / 6 / FacebookCore / 0.6.0 / FacebookCore.podspec.json
bloba3f19d13f251e11a7d97d42bb44c25c0adce73c6
2   "name": "FacebookCore",
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 access Facebook Platform's core features.",
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/Core/**/*.swift",
22   "module_name": "FacebookCore",
23   "pod_target_xcconfig": {
24     "ENABLE_TESTABILITY": "YES"
25   },
26   "ios": {
27     "dependencies": {
28       "Bolts": [
29         "~> 1.9"
30       ],
31       "FBSDKCoreKit": [
32         "~> 4.43"
33       ]
34     }
35   }