2 "name": "Airbrake-iOS",
4 "summary": "An Airbrake Notifier for iOS",
5 "description": "The Airbrake iOS Notifier is designed to give developers instant notification of problems that occur in their apps. With just a few lines of code and a few extra files in your project, your app will automatically phone home whenever a crash or exception is encountered. These reports go straight to Airbrake where you can see information like backtrace, device type, app version, and more.",
6 "homepage": "https://airbrake.io/languages/ios_bug_tracker",
8 "authors": "Jocelyn Harrington",
13 "git": "https://github.com/airbrake/airbrake-ios.git",
17 "Airbrake/{notifier,gcalertview}/*.{h,m}",
18 "Airbrake/CrashReporter.framework/Versions/A/Headers/*.h"
20 "resources": "Airbrake/notifier/ABNotifier.bundle",
21 "frameworks": "SystemConfiguration",
23 "vendored_frameworks": "Airbrake/CrashReporter.framework"