[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / 3 / 7 / ObjCExceptionCatch / 1.0.2 / ObjCExceptionCatch.podspec.json
blob7c058b8f8dc6b4466be01b72466cf836c75f825d
2   "name": "ObjCExceptionCatch",
3   "version": "1.0.2",
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 Chryssochoidis": "c.chryssochoidis@afse.eu"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/advantagefse/ObjCExceptionCatch.git",
19     "tag": "1.0.2"
20   },
21   "swift_version": "4.2",
22   "source_files": [
23     " ObjCExceptionCatch",
24     "ObjCExceptionCatch/**/*.{h,m,swift}"
25   ]