3 "version": "8.261.1.1006",
4 "summary": "Dynatrace collects app performance and usage data in real-time",
5 "description": "# Dynatrace\n\n[https://www.dynatrace.com](https://www.dynatrace.com/)\n\nDynatrace provides the next generation intelligent application, service and infrastructure monitoring\nplatform.\n\n[![CocoaPods](https://img.shields.io/badge/pod-8-blue.svg)](https://cocoapods.org/pods/Dynatrace)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://files.dynatrace.com/mobileagent/carthage/dynatrace.json)\n![License](https://img.shields.io/badge/license-Commercial-lightgrey.svg)\n\n## Contents\n\n* [Features](#features)\n* [Installation](#installation)\n* [Requirements](#requirements)\n* [Documentation](#documentation)\n\n## Features\n\n* Intelligent application, service and infrastructure monitoring\n* No manual setup required\n\n\n## Installation\n\n### iOS\n\nInclude Dynatrace in your Podfile:\n\n```ruby\nuse_frameworks!\npod 'Dynatrace', '~> 8.257'\n```\nThis uses the default subspec `Dynatrace/xcframework`, which uses an XCFramework that contains all supported platforms.\n\nIf you want to use the static XCFramework use this:\n\n```ruby\nuse_frameworks!\npod 'Dynatrace/xcframeworkStatic', '~> 8.257'\n```\n\n*DEPRECATED:* If you want to use the traditional framework use this:\n\n```ruby\nuse_frameworks!\npod 'Dynatrace/framework', '~> 8.257'\n```\n\n*DEPRECATED:* If you want to use the Dynatrace static library please include the subspec `Dynatrace/lib` in your Podfile:\n\n```ruby\npod 'Dynatrace/lib', '~> 8.257'\n```\n\n### iOS Session Replay\n\nFor SessionReplay use the subspec:\n\n```ruby\nuse_frameworks!\npod 'Dynatrace/SessionReplay', '~> 8.257'\n```\nThis uses the subspec `Dynatrace/SessionReplayXCFramework`, which uses an XCFramework that contains all supported platforms.\n\n*DEPRECATED:* If you want to use the traditional framework use this:\n\n```ruby\nuse_frameworks!\npod 'Dynatrace/SessionReplayFramework', '~> 8.257'\n```\n\n### tvOS\n\nInclude Dynatrace in your Podfile:\n\n```ruby\nuse_frameworks!\npod 'Dynatrace', '~> 8.257'\n```\nThis uses the default subspec `Dynatrace/xcframework`, which uses an XCFramework that contains all supported platforms.\n\n*DEPRECATED:* If you want to use the traditional framework include this in your Podfile:\n\n```ruby\nuse_frameworks!\npod 'Dynatrace/tvOS', '~> 8.257'\n```\n\n## Requirements\n* Project targeting iOS 11+ or tvOS 11+\n* Latest Xcode major version\n\n## Documentation\n\nDetailed documentation can be found here: [Dynatrace Documentation](https://www.dynatrace.com/support/help/technology-support/operating-systems/ios/)",
6 "homepage": "https://www.dynatrace.com",
7 "documentation_url": "https://help.dynatrace.com",
10 "text": "https://github.com/Dynatrace/dem-license/blob/main/LICENSE.md"
13 "Dynatrace": "https://support.dynatrace.com"
15 "social_media_url": "https://twitter.com/dynatrace",
21 "http": "https://mobileagent.downloads.dynatrace.com/ios/8.261.1.1006/dynatrace-mobile-agent-ios-8.261.1.1006.zip"
23 "cocoapods_version": ">= 1.9",
24 "default_subspecs": "xcframework",
30 "SystemConfiguration",
39 "SystemConfiguration",
51 "compiler_flags": "-DOS_OBJECT_USE_OBJC=1",
52 "swift_versions": "5.1",
53 "user_target_xcconfig": {
54 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
56 "pod_target_xcconfig": {
57 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
66 "vendored_libraries": "iOS/agent/libDynatrace.a"
68 "source_files": "iOS/agent/*.{h,m}",
69 "public_header_files": "iOS/agent/*.h",
70 "pod_target_xcconfig": {
71 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
73 "user_target_xcconfig": {
74 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
83 "vendored_frameworks": "iOS/agent/Dynatrace.framework"
85 "pod_target_xcconfig": {
86 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
88 "user_target_xcconfig": {
89 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
93 "name": "xcframework",
99 "vendored_frameworks": "XCFramework/Dynatrace.xcframework"
102 "vendored_frameworks": "XCFramework/Dynatrace.xcframework"
106 "name": "xcframeworkStatic",
111 "vendored_frameworks": "XCFrameworkStatic/DynatraceStatic.xcframework"
120 "vendored_frameworks": "tvOS/agent/DynatraceTVOS.framework"
122 "pod_target_xcconfig": {
123 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
125 "user_target_xcconfig": {
126 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
130 "name": "SessionReplay",
135 "Dynatrace/SessionReplayXCFramework": [
139 "pod_target_xcconfig": {
140 "EXCLUDED_ARCHS[sdk=appletvos*]": "",
141 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": ""
143 "user_target_xcconfig": {
144 "EXCLUDED_ARCHS[sdk=appletvos*]": "",
145 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": ""
149 "name": "SessionReplayFramework",
154 "Dynatrace/framework": [
159 "vendored_frameworks": "iOS/agent/DynatraceSessionReplay.framework"
161 "pod_target_xcconfig": {
162 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
163 "EXCLUDED_ARCHS[sdk=appletvos*]": "",
164 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": ""
166 "user_target_xcconfig": {
167 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
168 "EXCLUDED_ARCHS[sdk=appletvos*]": "",
169 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": ""
173 "name": "SessionReplayXCFramework",
178 "Dynatrace/xcframework": [
183 "vendored_frameworks": "XCFramework/DynatraceSessionReplay.xcframework"
185 "pod_target_xcconfig": {
186 "EXCLUDED_ARCHS[sdk=appletvos*]": "",
187 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": ""
189 "user_target_xcconfig": {
190 "EXCLUDED_ARCHS[sdk=appletvos*]": "",
191 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": ""
195 "swift_version": "5.1"