blob: c93bc42b5a81d50352d7af0a0537921edab79c2e [file] [log] [blame]
{
"name": "Marketo-AL-iOS-SDK",
"version": "0.7.9",
"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/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": "0.7.9",
"branch": "master"
},
"source_files": "Marketo.framework/**/*.h",
"platforms": {
"ios": "8.1"
},
"requires_arc": false,
"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}"
]
}
}