[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 3 / 2 / Marketo-iOS-SDK / 0.6.3 / Marketo-iOS-SDK.podspec.json
blob26b97f369a8b1c640f0079277f37e2d1691036d6
2   "name": "Marketo-iOS-SDK",
3   "version": "0.6.3",
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",
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.6.3"
17   },
18   "source_files": "Marketo.framework/**/*.h",
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": false,
23   "preserve_paths": "Marketo.framework",
24   "public_header_files": "Marketo.framework/**/*.h",
25   "vendored_frameworks": "Marketo.framework",
26   "frameworks": [
27     "SystemConfiguration",
28     "Security",
29     "CoreTelephony"
30   ],
31   "libraries": "sqlite3",
32   "resource_bundles": {
33     "MKTResources": [
34       "ResourcePod/**/*.{png,plist,storyboard}"
35     ]
36   }