[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / d / SwiftExceptionHandling / 0.2 / SwiftExceptionHandling.podspec.json
blob3d80a525630148a9d12381ab0ded9102cff3bb4e
2   "name": "SwiftExceptionHandling",
3   "version": "0.2",
4   "summary": "Class to add exception handling to Swift.",
5   "description": "Class to add exception handling to Swift. Swift is unable to catch some exceptions that are thrown from objC based classes, for example 'NSInvalidArgumentException'.\nTrying to fix that with a seperate class here.",
6   "homepage": "http://cocoa.ninja",
7   "license": "MIT",
8   "authors": {
9     "Wim Haanstra": "wim@wim.me"
10   },
11   "social_media_url": "http://twitter.com/depl0y",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/depl0y/SwiftExceptionHandling.git",
17     "tag": "0.2"
18   },
19   "requires_arc": true,
20   "source_files": "SwiftExceptionHandling/**/*.{h,m}"