[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / 3 / 7 / ObjCExceptionCatch / 1.2.0 / ObjCExceptionCatch.podspec.json
blob47a4ea57a4564f44cc0993338e7f0ccb5c78561c
2   "name": "ObjCExceptionCatch",
3   "version": "1.2.0",
4   "summary": "Small wrapper function that catches NSExceptions and converts them to NSErrors.",
5   "description": "Small wrapper function that catches NSExceptions and converts them to NSErrors.\n\nSince NSExceptions, if left unhandled, will cause a crash in Swift code, this wrapper helps\ncatch and return them as regular Swift errors.",
6   "homepage": "https://github.com/advantagefse/ObjCExceptionCatch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christos Koninis": "c.koninis@afse.eu",
13     "Akis Vavouranakis": "a.vavouranakis@afse.eu",
14     "Christos Chryssochoidis": "c.chryssochoidis@afse.eu"
15   },
16   "platforms": {
17     "ios": "14.0"
18   },
19   "source": {
20     "git": "https://github.com/advantagefse/ObjCExceptionCatch.git",
21     "tag": "1.2.0"
22   },
23   "swift_versions": "5.7",
24   "source_files": [
25     " ObjCExceptionCatch",
26     "ObjCExceptionCatch/**/*.{h,m,swift}"
27   ],
28   "swift_version": "5.7"