[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 6.18.1 / Bugsnag.podspec.json
blob94f4579e8a2171c29674b2cb079ff4ebcfc112f7
2   "name": "Bugsnag",
3   "version": "6.18.1",
4   "summary": "The Bugsnag crash reporting framework for Apple platforms.",
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": "v6.18.1"
13   },
14   "ios": {
15     "frameworks": [
16       "Foundation",
17       "SystemConfiguration",
18       "Security"
19     ]
20   },
21   "osx": {
22     "frameworks": [
23       "Foundation",
24       "SystemConfiguration",
25       "Security"
26     ]
27   },
28   "tvos": {
29     "frameworks": [
30       "Foundation",
31       "SystemConfiguration",
32       "Security"
33     ]
34   },
35   "watchos": {
36     "frameworks": [
37       "Foundation",
38       "Security"
39     ]
40   },
41   "libraries": [
42     "c++",
43     "z"
44   ],
45   "platforms": {
46     "ios": "9.0",
47     "osx": "10.11",
48     "tvos": "9.2",
49     "watchos": "6.3"
50   },
51   "source_files": [
52     "Bugsnag/{**/,}*.{m,h,mm,c}"
53   ],
54   "requires_arc": true,
55   "prefix_header_file": false,
56   "public_header_files": [
57     "Bugsnag/include/Bugsnag/*.h"
58   ]