blob: 21a605be766a223feae361f56f269e57dd22e217 [file] [log] [blame]
{
"name": "Rudder-Adobe",
"version": "1.0.0",
"summary": "Privacy and Security focused Segment-alternative. Adobe Analytics Native SDK integration support.",
"description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly.",
"homepage": "https://github.com/rudderlabs/rudder-integration-adobe-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RudderStack": "venkat@rudderstack.com"
},
"source": {
"git": "https://github.com/rudderlabs/rudder-integration-adobe-ios.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"source_files": "Rudder-Adobe/Classes/**/*",
"static_framework": true,
"dependencies": {
"Rudder": [
],
"AdobeVideoHeartbeatSDK": [
]
},
"ios": {
"dependencies": {
"AdobeMobileSDK": [
]
}
}
}