blob: 11f969d76c322ca70e22d93cfa02aa74640e0c3a [file] [log] [blame]
{
"name": "HockeySDK",
"version": "3.6.4",
"summary": "Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.",
"description": " HockeyApp is a service to distribute beta apps, collect crash reports and\n communicate with your app's users.\n \n It improves the testing process dramatically and can be used for both beta\n and App Store builds.\n",
"homepage": "http://hockeyapp.net/",
"documentation_url": "http://hockeyapp.net/help/sdk/ios/3.6.4/",
"license": "MIT",
"authors": {
"Andreas Linde": "mail@andreaslinde.de",
"Thomas Dohmke": "thomas@dohmke.de"
},
"source": {
"git": "https://github.com/bitstadium/HockeySDK-iOS.git",
"tag": "3.6.4"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes",
"requires_arc": true,
"frameworks": [
"AssetsLibrary",
"CoreText",
"CoreGraphics",
"MobileCoreServices",
"QuartzCore",
"QuickLook",
"Security",
"SystemConfiguration",
"UIKit"
],
"ios": {
"vendored_frameworks": "Vendor/CrashReporter.framework"
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"3.6.4\\\"\" BITHOCKEY_C_VERSION=\"\\\"3.6.4\\\"\" BITHOCKEY_BUILD=\"@\\\"38\\\"\" BITHOCKEY_C_BUILD=\"\\\"38\\\"\""
},
"resource_bundles": {
"HockeySDKResources": [
"Resources/*.png",
"Resources/*.lproj"
]
},
"preserve_paths": [
"Resources",
"Support"
],
"private_header_files": "Classes/*Private.h",
"deprecated_in_favor_of": "AppCenter"
}