[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / e / c / 9 / launch-debug / 1.0.6 / launch-debug.podspec.json
blob8ed4321a563b3d005473a11da5fee3f15bcdc45d
2   "name": "launch-debug",
3   "version": "1.0.6",
4   "summary": "Add Marketo Mobile Engagement to your project.",
5   "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",
6   "homepage": "https://github.com/Marketo/launch-debug.git",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2015 Marketo, Inc. All rights reserved.\n"
10   },
11   "authors": {
12     "Marketo, Adobe company": "mbijapur@marketo.com"
13   },
14   "source": {
15     "git": "https://github.com/Marketo/launch-debug.git",
16     "tag": "1.0.6",
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   }