blob: 0676ac10223ae5b665f0941a1dcd925aabc811de [file] [log] [blame]
{
"name": "Segment-Adobe-Analytics",
"version": "1.4.1",
"summary": "Adobe-Analytics Integration for Segment's analytics-ios library.",
"description": "Analytics for iOS provides a single API that lets you\n integrate with over 100s of tools.\n This is the Optimizely X integration for the iOS library.",
"homepage": "http://segment.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Segment": "friends@segment.com"
},
"source": {
"git": "https://github.com/segment-integrations/analytics-ios-integration-Adobe-Analytics.git",
"tag": "1.4.1"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Analytics": [
"~> 3.5"
]
},
"ios": {
"dependencies": {
"AdobeMobileSDK": [
],
"AdobeVideoHeartbeatSDK": [
]
}
},
"tvos": {
"dependencies": {
"AdobeMobileSDK/TVOS": [
],
"AdobeVideoHeartbeatSDK/TVOS": [
]
}
},
"static_framework": true,
"module_name": "Segment_Adobe_Analytics"
}