[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 5.22.5 / Bugsnag.podspec.json
blob44c51bee6aa113bfb434e83d93b3d9249301eefb
2   "name": "Bugsnag",
3   "version": "5.22.5",
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.22.5"
13   },
14   "frameworks": [
15     "Foundation",
16     "SystemConfiguration"
17   ],
18   "libraries": [
19     "c++",
20     "z"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.8",
25     "tvos": "9.0"
26   },
27   "source_files": [
28     "Source/{**/,}*.{m,h,mm,c,cpp}"
29   ],
30   "requires_arc": true,
31   "public_header_files": [
32     "Source/BSG_KSCrashReportWriter.h",
33     "Source/Bugsnag{,MetaData,Configuration,Breadcrumb,CrashReport}.h"
34   ]