[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / f / e / 2 / NoExceptions / 0.0.3 / NoExceptions.podspec.json
blob1db7d0b48bf9959abd9041a74df048d523a07a4d
2   "name": "NoExceptions",
3   "version": "0.0.3",
4   "summary": "This is a library that provides the ability for Swift code to catch an `NSException`",
5   "description": "This is a library that provides the ability for Swift code to catch an `NSException`.\n\nThis is useful since the standard `try` and `catch` mechanism provided by Swift will not capture an `NSException` thrown from Objective-C.",
6   "homepage": "https://github.com/joesus/NoExceptions",
7   "license": "MIT",
8   "authors": {
9     "joesus": "joesusnick@gmail.com",
10     "samodom": "samodom@icloud.com"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/joesus/NoExceptions.git",
19     "tag": "v0.0.3"
20   },
21   "source_files": "NoExceptions/*.{h,m,swift}",
22   "swift_version": "5.0",
23   "requires_arc": true