blob: 71f04b9f289c7c203ae7d994f93411c183e171dc [file] [log] [blame]
{
"name": "Marketo-iOS-SDK",
"version": "0.4.6",
"summary": "Add Marketo Mobile Engagement to your project.",
"description": "MarketoPod provides the following features:\n\n* Create new leads with each app install\n* Track user actions\n* Send push notifications\n* Trigger smart campaigns across omni-channel",
"homepage": "https://github.com/Marketo/ios-sdk.git",
"license": {
"type": "Copyright",
"text": "Copyright 2015 Marketo, Inc. All rights reserved.\n"
},
"authors": {
"Rudy Gomez": "rgomez@marketo.com"
},
"source": {
"git": "https://github.com/Marketo/ios-sdk.git",
"tag": "0.4.6"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"preserve_paths": "Marketo.framework",
"public_header_files": "Marketo.framework/**/*.h",
"vendored_frameworks": "Marketo.framework",
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony"
],
"libraries": "sqlite3"
}