[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 6.22.3 / Bugsnag.podspec.json
blob4e0674bfeba3d98fff90d628bb3d787a8810d4e7
2   "name": "Bugsnag",
3   "version": "6.22.3",
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.22.3"
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   "compiler_flags": [
42     "-fvisibility=hidden"
43   ],
44   "libraries": [
45     "c++",
46     "z"
47   ],
48   "platforms": {
49     "ios": "9.0",
50     "osx": "10.11",
51     "tvos": "9.2",
52     "watchos": "6.3"
53   },
54   "source_files": [
55     "Bugsnag/{**/,}*.{m,h,mm,c}"
56   ],
57   "requires_arc": true,
58   "prefix_header_file": false,
59   "public_header_files": [
60     "Bugsnag/include/Bugsnag/*.h"
61   ]