[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 7 / e / DevMateKit / 1.0-beta.1 / DevMateKit.podspec.json
blob3d80644f8e4830744ac14b70b84cac71717d8ccb
2   "name": "DevMateKit",
3   "version": "1.0-beta.1",
4   "license": {
5     "type": "Copyright",
6     "text": "              © 2012-2015 DevMate Inc. All rights reserved.\n"
7   },
8   "homepage": "http://devmate.com",
9   "social_media_url": "https://twitter.com/devmateapp",
10   "authors": {
11     "DevMate Team": "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\n                                Features\n                                - Sending application launch tracks\n                                - Sending application activation/trial status\n                                - Enabling and handling application trial mode: time-limited, action-limited or combination of the two\n                                - Handling activation process (including FastSpring embedded store)\n                                - Handling application updates (based on Sparkle engine)\n                                - Catching application crashes and exceptions\n                                - Sending crashes and exceptions reports with ability to add user comments, screenshots and other attachments\n                                - Restarting application after crash\n                                - Sending user feedback messages with ability to add screenshots or other attachments\n",
15   "platforms": {
16     "osx": "10.7"
17   },
18   "source": {
19     "http": "http://frameworks.devmate.com/DMKit/1.0b1/PODKit/DevMateKit.zip"
20   },
21   "requires_arc": false,
22   "vendored_frameworks": "DevMateKit.framework",
23   "preserve_paths": "*.{framework,xpc}",
24   "public_header_files": "DevMateKit.framework/Headers/*.h",
25   "resources": "DevMateKit.framework",
26   "prepare_command": "RUBY_SCRIPT='copy_xpc_build_phase.rb'; if [ -f $RUBY_SCRIPT ]; then ruby $RUBY_SCRIPT 'DevMateKit.podspec'; fi",
27   "xcconfig": {
28     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
29   }