| { |
| "name": "DatadogSDK", |
| "module_name": "Datadog", |
| "version": "1.3.0", |
| "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.3.0" |
| }, |
| "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" |
| } |