[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 3.1.2 / Bugsnag.podspec.json
blob3d728c728f2d1071d856e291b430b82e99c8783c
2   "name": "Bugsnag",
3   "version": "3.1.2",
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": "3.1.2"
13   },
14   "source_files": [
15     "bugsnag/*.{h,m}"
16   ],
17   "requires_arc": true,
18   "frameworks": "SystemConfiguration",
19   "ios": {
20     "source_files": "bugsnag/iOS/*.{h,m}"
21   },
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.6"
25   },
26   "osx": {
27     "source_files": "bugsnag/OSX/*.{h,m}",
28     "frameworks": "ExceptionHandling"
29   }