6 "text": " © 2012-2015 DevMate Inc. All rights reserved.\n"
8 "homepage": "http://devmate.com",
9 "social_media_url": "https://twitter.com/devmateapp",
11 "DevMate Inc.": "feedback@devmate.com"
13 "summary": "DevMate - tracking and analytics for OS X applications",
14 "description": "\t\t\t\t\t\t\t\tDevMateKit is the set of components necessary for collecting application usage data, tracking application health status and communication of end users with the developers.\n\t\t\t\t\t\t\t\tFeatures:\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",
19 "http": "http://frameworks.devmate.com/DMKit/1.0/PODKit/DevMateKit.zip"
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",
28 "LD_RUNPATH_SEARCH_PATHS": "@executable_path/../Frameworks"