blob: 139d4e53fb2b38497f8290a62d5b93df69ce1662 [file] [log] [blame]
{
"name": "Marketo-iOS-SDK",
"version": "0.4.0",
"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\n",
"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.0"
},
"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",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC -all_load",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Marketo-iOS-SDK\""
}
}