blob: 726507ed15e5fed59612146aec044454a3e65936 [file] [log] [blame]
{
"name": "HockeySDK",
"version": "3.0.0",
"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.0.0"
},
"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.0.0\\\"\""
},
"resources": "Resources/HockeySDKResources.bundle",
"prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1",
"deprecated_in_favor_of": "AppCenter"
}