blob: e848fd055334b0e045099919efb319b040ee24e4 [file] [log] [blame]
{
"name": "HockeySDK-Mac",
"version": "3.2.0",
"summary": "Collect crash reports with HockeyApp.",
"description": "HockeyApp is a service to distribute beta apps, collect crash reports and\ncommunicate with your app's users.\n\nIt improves the testing process dramatically and can be used for both beta\nand App Store builds.",
"homepage": "http://www.hockeyapp.net/",
"documentation_url": "http://www.hockeyapp.net/help/sdk/mac/3.2.0/",
"license": {
"type": "MIT",
"file": "HockeySDK-Mac/LICENSE.txt"
},
"authors": {
"Andreas Linde": "mail@andreaslinde.de",
"Thomas Dohmke": "thomas@dohmke.de"
},
"source": {
"http": "http://download.hockeyapp.net/sdk/mac/HockeySDK-Mac-3.2.0.zip"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": false,
"vendored_frameworks": "HockeySDK-Mac/HockeySDK.framework",
"public_header_files": "HockeySDK-Mac/HockeySDK.framework/Versions/A/Headers/*.h*",
"resources": "HockeySDK-Mac/HockeySDK.framework",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "@executable_path/../Frameworks"
},
"deprecated_in_favor_of": "AppCenter"
}