[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / e / 5 / Airbrake-iOS / 4.2.1 / Airbrake-iOS.podspec.json
blob00777646c9403676abb0cce113d98428bd8436fa
2   "name": "Airbrake-iOS",
3   "version": "4.2.1",
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.\n",
6   "homepage": "https://airbrake.io/languages/ios",
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.1"
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   "ios": {
23     "vendored_frameworks": "Airbrake/CrashReporter.framework"
24   },
25   "requires_arc": true