[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 6.6.2 / Bugsnag.podspec.json
blob9af605884d263a5847ce50629b839e013e63f22f
2   "name": "Bugsnag",
3   "version": "6.6.2",
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.6.2"
13   },
14   "frameworks": [
15     "Foundation",
16     "SystemConfiguration",
17     "Security"
18   ],
19   "libraries": [
20     "c++",
21     "z"
22   ],
23   "platforms": {
24     "ios": "9.3",
25     "osx": "10.11",
26     "tvos": "9.2"
27   },
28   "source_files": [
29     "Bugsnag/{**/,}*.{m,h,mm,c}"
30   ],
31   "requires_arc": true,
32   "public_header_files": [
33     "Bugsnag/include/Bugsnag/*.h"
34   ]