[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 5 / 6 / CwlCatchException / 2.1.1 / CwlCatchException.podspec.json
blob7096e276848ee51c4cd0059a0af1fc9b3f6509da
2   "name": "CwlCatchException",
3   "version": "2.1.1",
4   "summary": "A simple Swift wrapper around an 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.1"
14   },
15   "source_files": "Sources/CwlCatchException/**/*.swift",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10"
19   },
20   "swift_versions": "5.0",
21   "dependencies": {
22     "CwlCatchExceptionSupport": [
23       "~> 2.1.1"
24     ]
25   },
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/**/*.swift"
31     }
32   ],
33   "swift_version": "5.0"