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