[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / 2 / Marketo-AL-iOS-SDK / 1.0.4 / Marketo-AL-iOS-SDK.podspec.json
blobab67dd160465021d9ba208ae50f6acc15665839d
2   "name": "Marketo-AL-iOS-SDK",
3   "version": "1.0.4",
4   "summary": "Add Marketo Mobile Engagement to your project.",
5   "description": "MarketoPod provides the following features:\n\n                     * Use Adobe extension for logging and reading configuration\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",
6   "homepage": "https://github.com/Marketo/iOS-Launch-SDK.git",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2015 Marketo, Inc. All rights reserved.\n"
10   },
11   "authors": {
12     "Marketo Inc": "mbijapur@marketo.com"
13   },
14   "source": {
15     "git": "https://github.com/Marketo/iOS-Launch-SDK.git",
16     "tag": "1.0.4",
17     "branch": "master"
18   },
19   "source_files": "Marketo.framework/**/*.h",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "requires_arc": false,
24   "dependencies": {
25     "ACPCore": [
26       ">= 2.1.1"
27     ]
28   },
29   "static_framework": true,
30   "preserve_paths": "Marketo.framework",
31   "public_header_files": "Marketo.framework/**/*.h",
32   "vendored_frameworks": "Marketo.framework",
33   "frameworks": [
34     "SystemConfiguration",
35     "Security",
36     "CoreTelephony"
37   ],
38   "libraries": "sqlite3",
39   "resource_bundles": {
40     "MKTResources": [
41       "ResourcePod/**/*.{png,storyboard}"
42     ]
43   }