[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 3 / 2 / Marketo-iOS-SDK / 0.4.0 / Marketo-iOS-SDK.podspec.json
blob139d4e53fb2b38497f8290a62d5b93df69ce1662
2   "name": "Marketo-iOS-SDK",
3   "version": "0.4.0",
4   "summary": "Add Marketo Mobile Engagement to your project.",
5   "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",
6   "homepage": "https://github.com/Marketo/ios-sdk.git",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2015 Marketo, Inc. All rights reserved.\n"
10   },
11   "authors": {
12     "Rudy Gomez": "rgomez@marketo.com"
13   },
14   "source": {
15     "git": "https://github.com/Marketo/ios-sdk.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": false,
22   "preserve_paths": "Marketo.framework",
23   "public_header_files": "Marketo.framework/**/*.h",
24   "vendored_frameworks": "Marketo.framework",
25   "frameworks": [
26     "SystemConfiguration",
27     "Security",
28     "CoreTelephony"
29   ],
30   "libraries": "sqlite3",
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-lObjC -all_load",
33     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Marketo-iOS-SDK\""
34   }