blob: 59f71eb718654e1763012bcbc3eca9474873e8ab [file] [log] [blame]
{
"name": "HockeySDK",
"version": "3.5.0b2",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "Distribute beta apps and collect crash reports with HockeyApp.",
"homepage": "http://hockeyapp.net/",
"authors": {
"Andreas Linde": "mail@andreaslinde.de",
"Thomas Dohmke": "thomas@dohmke.de"
},
"source": {
"git": "https://github.com/bitstadium/HockeySDK-iOS.git",
"tag": "3.5.0b2"
},
"description": "HockeyApp is a server to distribute beta apps, collect crash reports and communicate with your app users.It improves the testing process dramatically and can be used for both beta and App Store builds. Only beta builds will notify users about a new version. NOTE: If you want the framework to try again when a network is available, add a dependency on Reachability and send a notification with the name `BITHockeyNetworkDidBecomeReachable` yourself when the network becomes reachable.",
"source_files": "Classes",
"requires_arc": true,
"preserve_paths": [
"Resources",
"Support",
"Vendor"
],
"frameworks": [
"CoreText",
"QuartzCore",
"SystemConfiguration",
"CrashReporter",
"CoreGraphics",
"UIKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/HockeySDK/Vendor\"",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BITHOCKEY_VERSION=\"@\\\"3.5.0b2\\\"\""
},
"resources": "Resources/HockeySDKResources.bundle",
"prepare_command": "xcodebuild -project Support/HockeySDK.xcodeproj -target HockeySDKResources CONFIGURATION_BUILD_DIR=../Resources 2>&1 > /dev/null",
"deprecated_in_favor_of": "AppCenter"
}