blob: 160ea57cb3fef48860d9cdec75534812b16ad96c [file] [log] [blame]
{
"name": "Marketo-AL-iOS-SDK",
"version": "1.0.3",
"summary": "Add Marketo Mobile Engagement to your project.",
"description": "MarketoPod provides the following features:\n\n * Use Adobe extension for logging and reading configuration\n* Create lead on app install\n * Associate lead with user\n * Track user actions\n * Send push notifications\n * In-app notifications\n * Triggered campaigns",
"homepage": "https://github.com/Marketo/iOS-Launch-SDK.git",
"license": {
"type": "Copyright",
"text": "Copyright 2015 Marketo, Inc. All rights reserved.\n"
},
"authors": {
"Marketo Inc": "mbijapur@marketo.com"
},
"source": {
"git": "https://github.com/Marketo/iOS-Launch-SDK.git",
"tag": "1.0.3",
"branch": "master"
},
"source_files": "Marketo.framework/**/*.h",
"platforms": {
"ios": "10.0"
},
"requires_arc": false,
"dependencies": {
"ACPCore": [
">= 2.1.1"
]
},
"static_framework": true,
"preserve_paths": "Marketo.framework",
"public_header_files": "Marketo.framework/**/*.h",
"vendored_frameworks": "Marketo.framework",
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony"
],
"libraries": "sqlite3",
"resource_bundles": {
"MKTResources": [
"ResourcePod/**/*.{png,storyboard}"
]
}
}