[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / 5 / DatadogSDK / 1.5.2 / DatadogSDK.podspec.json
blob2cc313287ceabcf939920836c64c99786f2d2716
2   "name": "DatadogSDK",
3   "module_name": "Datadog",
4   "version": "1.5.2",
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     "Alexandre Costanza": "alexandre.costanza@datadoghq.com"
16   },
17   "swift_versions": "5.1",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source": {
22     "git": "https://github.com/DataDog/dd-sdk-ios.git",
23     "tag": "1.5.2"
24   },
25   "source_files": [
26     "Sources/Datadog/**/*.swift",
27     "Sources/_Datadog_Private/**/*.{h,m}",
28     "Datadog/TargetSupport/Datadog/Datadog.h"
29   ],
30   "public_header_files": [
31     "Datadog/TargetSupport/Datadog/Datadog.h",
32     "Sources/_Datadog_Private/include/*.h"
33   ],
34   "dependencies": {
35     "Kronos": [
36       "~> 4.1"
37     ]
38   },
39   "swift_version": "5.1"