blob: 31d4e3283ab55950e3f34a5ba94291a9aa4f7033 [file] [log] [blame]
{
"name": "DevMateKit",
"version": "1.1.2",
"license": {
"type": "Copyright",
"text": " © 2012-2015 DevMate Inc. All rights reserved.\n"
},
"homepage": "http://devmate.com",
"social_media_url": "https://twitter.com/devmateapp",
"authors": {
"DevMate Inc.": "feedback@devmate.com"
},
"summary": "DevMate - tracking and analytics for OS X applications",
"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\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\n",
"platforms": {
"osx": "10.7"
},
"source": {
"http": "https://github.com/DevMate/DevMateKit/releases/download/v1.1.2/DevMateKit_for_pod.zip"
},
"requires_arc": false,
"vendored_frameworks": "DevMateKit.framework",
"preserve_paths": "*.{framework,xpc}",
"public_header_files": "DevMateKit.framework/Headers/*.h",
"resources": "DevMateKit.framework",
"prepare_command": "RUBY_SCRIPT='copy_xpc_build_phase.rb'; if [ -f $RUBY_SCRIPT ]; then ruby $RUBY_SCRIPT 'DevMateKit.podspec'; fi",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "@executable_path/../Frameworks",
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/DevMateKit/DevMateKit.framework/Frameworks"
}
}