[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 9 / 6 / FacebookCore / 0.7.0 / FacebookCore.podspec.json
blobfb027aa8b6670087a1c6d0d790ca4cd6b1b08726
2   "name": "FacebookCore",
3   "version": "0.7.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-swift-sdk.git",
14     "tag": "v0.7.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_versions": "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       "FBSDKCoreKit": [
29         "~> 5.0"
30       ]
31     }
32   }