[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / e / 5 / Airbrake-iOS / 4.2.3 / Airbrake-iOS.podspec.json
blob16705ccb91502a876a57ac2905c0f562f7ae2edf
2   "name": "Airbrake-iOS",
3   "version": "4.2.3",
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",
7   "license": "MIT",
8   "authors": "Jocelyn Harrington",
9   "platforms": {
10     "ios": "6.0"
11   },
12   "source": {
13     "git": "https://github.com/airbrake/airbrake-ios.git",
14     "tag": "4.2.3"
15   },
16   "source_files": [
17     "Airbrake/{notifier,gcalertview}/*.{h,m}",
18     "Airbrake/CrashReporter.framework/Versions/A/Headers/*.h"
19   ],
20   "resources": "Airbrake/notifier/ABNotifier.bundle",
21   "frameworks": "SystemConfiguration",
22   "public_header_files": "Airbrake/notifier/ABNotifier.h",
23   "ios": {
24     "vendored_frameworks": "Airbrake/CrashReporter.framework"
25   },
26   "requires_arc": true