[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 5.10.0 / Bugsnag.podspec.json
blobd7bf8fabc35c0c31d58cee0e3e35cbf9aad4c8d2
2   "name": "Bugsnag",
3   "version": "5.10.0",
4   "summary": "Cocoa notifier for SDK for bugsnag.com",
5   "homepage": "https://bugsnag.com",
6   "license": "MIT",
7   "authors": {
8     "Bugsnag": "notifiers@bugsnag.com"
9   },
10   "source": {
11     "git": "https://github.com/bugsnag/bugsnag-cocoa.git",
12     "tag": "v5.10.0"
13   },
14   "frameworks": "Foundation",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8",
18     "tvos": "9.0"
19   },
20   "source_files": [
21     "Source/*.{m,h,mm,c,cpp}"
22   ],
23   "requires_arc": true,
24   "public_header_files": [
25     "Source/BSGKSCrashReportWriter.h",
26     "Source/Bugsnag{,MetaData,Configuration,Breadcrumb,CrashReport}.h"
27   ],
28   "dependencies": {
29     "KSCrash/RecordingAdvanced": [
30       "= 1.8.13"
31     ]
32   }