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