blob: 478580e9a3a07accc474a7242ea6479cd18d4c9e [file] [log] [blame]
{
"name": "DatadogSDK",
"module_name": "Datadog",
"version": "1.4.0-beta1",
"summary": "Official Datadog Swift SDK for iOS.",
"homepage": "https://www.datadoghq.com",
"social_media_url": "https://twitter.com/datadoghq",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Maciek Grzybowski": "maciek.grzybowski@datadoghq.com",
"Mert Buran": "mert.buran@datadoghq.com"
},
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/DataDog/dd-sdk-ios.git",
"tag": "1.4.0-beta1"
},
"source_files": [
"Sources/Datadog/**/*.swift",
"Sources/_Datadog_Private/**/*.{h,m}",
"Datadog/TargetSupport/Datadog/Datadog.h"
],
"public_header_files": "Datadog/TargetSupport/Datadog/Datadog.h",
"private_header_files": "Sources/_Datadog_Private/include/*.h",
"module_map": "Sources/Datadog/Datadog.modulemap",
"swift_version": "5.1"
}