blob: 06d8f4d55a0d7fae88d838c85ce1e60425056a75 [file] [log] [blame]
{
"name": "InstanaAgent",
"version": "1.0.1",
"summary": "Instana iOS agent.",
"description": "Integrate Instana Agent Application Performance Management into your iOS app.",
"homepage": "https://github.com/instana/iOSAgent",
"license": {
"type": "MIT"
},
"authors": {
"Instana Inc.": "info@instana.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/instana/iOSAgent.git",
"tag": "1.0.0"
},
"source_files": "Sources/InstanaAgent/**/*.{swift}",
"exclude_files": "Dev",
"dependencies": {
"GzipSwift": [
]
},
"requires_arc": true,
"swift_versions": "5.1",
"swift_version": "5.1"
}