blob: 7449719cf1e7a766332eda5f9cd95ede33773844 [file] [log] [blame]
{
"name": "Test-EmptyName",
"version": "1.0.3",
"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/mbijapur/testEmptyFile.git",
"license": {
"type": "Copyright",
"text": "Copyright 2015 Marketo, Inc. All rights reserved.\n"
},
"authors": {
"Test": "mbijapur@marketo.com"
},
"source": {
"git": "https://github.com/mbijapur/testEmptyFile.git",
"tag": "1.0.3",
"branch": "master"
},
"source_files": "Marketo.framework/**/*.h",
"exclude_files": "Marketo.framework/*.plist",
"platforms": {
"ios": "10.0"
},
"requires_arc": false,
"dependencies": {
"ACPCore": [
">= 2.1.1"
]
},
"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}"
]
}
}