[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 9 / 2 / DatadogSDKBridge / 0.2.0 / DatadogSDKBridge.podspec.json
blob67fb7227c0a67363d4c34740b2fc0b5ec742bd04
2   "name": "DatadogSDKBridge",
3   "version": "0.2.0",
4   "summary": "Datadog iOS SDK Bridge for cross-platform integrations.",
5   "homepage": "https://www.datadoghq.com",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maciek Grzybowski": "maciek.grzybowski@datadoghq.com",
12     "Mert Buran": "mert.buran@datadoghq.com"
13   },
14   "source": {
15     "git": "https://github.com/DataDog/dd-bridge-ios.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/datadoghq",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "DatadogSDKBridge/Classes/**/*",
23   "dependencies": {
24     "DatadogSDK": [
25       "~> 1.5.1"
26     ]
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "DatadogSDKBridge/Tests/*.swift"
33     }
34   ]