[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / f / 5 / 6 / CwlCatchException / 2.1.2 / CwlCatchException.podspec.json
blob73e36b96f007ff99bfea74e14fa92ab5957ac969
2   "name": "CwlCatchException",
3   "version": "2.1.2",
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.1.2"
14   },
15   "source_files": "Sources/CwlCatchException/**/*.swift",
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.14"
19   },
20   "swift_versions": "5.5",
21   "dependencies": {
22     "CwlCatchExceptionSupport": [
23       "~> 2.1.2"
24     ]
25   },
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/**/*.swift"
31     }
32   ],
33   "swift_version": "5.5"