blob: d2c2e4c1a53c4310ec57e6c87fea3ad622a1e6c7 [file] [log] [blame]
{
"name": "AppDynamicsAgent",
"version": "42.9.0",
"summary": "Real user monitoring for your iOS app.",
"homepage": "https://www.appdynamics.com/product/mobile-real-user-monitoring/",
"license": {
"type": "Commercial",
"file": "iOSAgent-4.2.9.0/LICENSE"
},
"authors": "AppDynamics Inc.",
"platforms": {
"ios": "6.0"
},
"source": {
"http": "http://cdn.appdynamics.com/eum-mobile/iOSAgent-4.2.9.0.zip"
},
"public_header_files": "iOSAgent-4.2.9.0/ADEUMInstrumentation.framework/**/*.h",
"source_files": "**/*.h",
"vendored_frameworks": "iOSAgent-4.2.9.0/ADEUMInstrumentation.framework",
"preserve_paths": "iOSAgent-4.2.9.0/*.framework",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}