[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / 6 / CwlCatchException / 2.2.0 / CwlCatchException.podspec.json
blobc334810918a7131a6ba7c9736a83d44f3f3addf8
2   "name": "CwlCatchException",
3   "version": "2.2.0",
4   "summary": "A simple Swift wrapper around Objective-C `@try`/`@catch` statements.",
5   "homepage": "https://github.com/mattgallagher/CwlCatchException",
6   "license": {
7     "file": "LICENSE.txt",
8     "type": "ISC"
9   },
10   "authors": "Matt Gallagher",
11   "source": {
12     "git": "https://github.com/mattgallagher/CwlCatchException.git",
13     "tag": "2.2.0"
14   },
15   "source_files": "Sources/CwlCatchException/**/*.swift",
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.14",
19     "visionos": "1.0"
20   },
21   "swift_versions": "5.5",
22   "dependencies": {
23     "CwlCatchExceptionSupport": [
24       "~> 2.2.0"
25     ]
26   },
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "Tests/**/*.swift"
32     }
33   ],
34   "swift_version": "5.5"