[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / 4 / DevMateKit_MAS / 1.8 / DevMateKit_MAS.podspec.json
blob88eb1b7b61bc4fe1ea856ed2b47761f5c1d7a55a
2   "name": "DevMateKit_MAS",
3   "version": "1.8",
4   "license": {
5     "type": "Copyright",
6     "text": "              © 2012-2018 DevMate Inc. All rights reserved.\n"
7   },
8   "homepage": "http://devmate.com",
9   "social_media_url": "https://twitter.com/devmateapp",
10   "authors": {
11     "DevMate Inc.": "feedback@devmate.com"
12   },
13   "summary": "DevMate - tracking and analytics for OS X applications",
14   "description": "DevMateKit is the set of components necessary for collecting application usage data, tracking application health status and communication of end users with the developers.\n\nFeatures:\n\n- Sending application launch tracks\n\n- Sending application activation/trial status\n\n- Enabling and handling application trial mode: time-limited, action-limited or combination of the two\n\n- Handling activation process (including FastSpring embedded store)\n\n- Handling application updates (based on Sparkle engine)\n\n- Catching application crashes and exceptions\n\n- Sending crashes and exceptions reports with ability to add user comments, screenshots and other attachments\n\n- Restarting application after crash\n\n- Sending user feedback messages with ability to add screenshots or other attachments",
15   "platforms": {
16     "osx": "10.7"
17   },
18   "source": {
19     "http": "https://github.com/DevMate/DevMateKit/releases/download/v1.8/DevMateKit_MAS_for_pod.zip"
20   },
21   "requires_arc": false,
22   "vendored_frameworks": "DevMateKit.framework",
23   "preserve_paths": "*.{framework,sh}",
24   "resources": "DevMateKit.framework",
25   "xcconfig": {
26     "LD_RUNPATH_SEARCH_PATHS": "@executable_path/../Frameworks",
27     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/DevMateKit_MAS/DevMateKit.framework/Frameworks"
28   }