[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 7 / d / 2 / Marketo-AL-iOS-SDK / 0.8.1 / Marketo-AL-iOS-SDK.podspec.json
blob5623906c28a179ba6f6658986dc67f63977b7135
2   "name": "Marketo-AL-iOS-SDK",
3   "version": "0.8.1",
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/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": "0.8.1",
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   }