[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 5.6.3 / Bugsnag.podspec.json
blobe977e5a1e5cbe7064743fa7d7314c240ce6a993f
2   "name": "Bugsnag",
3   "version": "5.6.3",
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.6.3"
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   "pod_target_xcconfig": {
29     "APPLICATION_EXTENSION_API_ONLY": "YES"
30   },
31   "dependencies": {
32     "KSCrash/RecordingAdvanced": [
33       "= 1.8.13"
34     ]
35   }