[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 5.0.0 / Bugsnag.podspec.json
blob097def42f9d531b2f443230e7a4a86e6c58fdf57
2   "name": "Bugsnag",
3   "version": "5.0.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.0.0"
13   },
14   "frameworks": "Foundation",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source_files": [
20     "Source/*.{m,h,mm,c,cpp}"
21   ],
22   "requires_arc": true,
23   "public_header_files": [
24     "Source/*.h"
25   ],
26   "dependencies": {
27     "KSCrash/Reporting": [
28       "~> 1.0.1"
29     ],
30     "KSCrash/Recording": [
31       "~> 1.0.1"
32     ]
33   }