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