[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / 5 / DatadogSDK / 1.18.0 / DatadogSDK.podspec.json
blobfe83a813ac229ec1822af89363096c3c8b6ddfcc
2   "name": "DatadogSDK",
3   "module_name": "Datadog",
4   "version": "1.18.0",
5   "summary": "Official Datadog Swift SDK for iOS.",
6   "homepage": "https://www.datadoghq.com",
7   "social_media_url": "https://twitter.com/datadoghq",
8   "license": {
9     "type": "Apache",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Maciek Grzybowski": "maciek.grzybowski@datadoghq.com",
14     "Mert Buran": "mert.buran@datadoghq.com",
15     "Maxime Epain": "maxime.epain@datadoghq.com"
16   },
17   "swift_versions": "5.1",
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "11.0"
21   },
22   "source": {
23     "git": "https://github.com/DataDog/dd-sdk-ios.git",
24     "tag": "1.18.0"
25   },
26   "source_files": [
27     "Sources/Datadog/**/*.swift",
28     "Sources/_Datadog_Private/**/*.{h,m}",
29     "Datadog/TargetSupport/Datadog/Datadog.h"
30   ],
31   "public_header_files": [
32     "Datadog/TargetSupport/Datadog/Datadog.h",
33     "Sources/_Datadog_Private/include/*.h"
34   ],
35   "swift_version": "5.1"