[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / 2 / 5 / DatadogSDK / 1.5.0-beta1 / DatadogSDK.podspec.json
blobe9fd2f353b42f87879c917abbadf8dc5ddeabf01
2   "name": "DatadogSDK",
3   "module_name": "Datadog",
4   "version": "1.5.0-beta1",
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.0-beta1"
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": "Datadog/TargetSupport/Datadog/Datadog.h",
31   "private_header_files": "Sources/_Datadog_Private/include/*.h",
32   "module_map": "Sources/Datadog/Datadog.modulemap",
33   "dependencies": {
34     "Kronos": [
35       "~> 4.1"
36     ]
37   },
38   "swift_version": "5.1"