blob: 8ed4321a563b3d005473a11da5fee3f15bcdc45d [file] [log] [blame]
{
"name": "launch-debug",
"version": "1.0.6",
"summary": "Add Marketo Mobile Engagement to your project.",
"description": "MarketoPod provides the following features:\n\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/launch-debug.git",
"license": {
"type": "Copyright",
"text": "Copyright 2015 Marketo, Inc. All rights reserved.\n"
},
"authors": {
"Marketo, Adobe company": "mbijapur@marketo.com"
},
"source": {
"git": "https://github.com/Marketo/launch-debug.git",
"tag": "1.0.6",
"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}"
]
}
}