[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 5 / Bugsnag / 2.2.1 / Bugsnag.podspec.json
blobd98811f2d2873d96128c0ff9cfb7a38554f92a48
2   "name": "Bugsnag",
3   "version": "2.2.1",
4   "summary": "iOS 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-ios.git",
12     "tag": "2.2.1"
13   },
14   "platforms": {
15     "ios": "4.0"
16   },
17   "source_files": [
18     "Bugsnag Plugin",
19     "Bugsnag Plugin/Categories"
20   ],
21   "requires_arc": true,
22   "public_header_files": "Bugsnag Plugin/Bugsnag.h",
23   "frameworks": "SystemConfiguration",
24   "dependencies": {
25     "Reachability": [
26       "~> 3.1"
27     ]
28   }