[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / f / 7 / ErrorHandler / 0.8.2 / ErrorHandler.podspec.json
blobcce9db4ce7b1bebb8f117b418ad5dc84d5bdae53
2   "name": "ErrorHandler",
3   "version": "0.8.2",
4   "swift_versions": [
5     "4.2",
6     "5.0"
7   ],
8   "summary": "Elegant and flexible error handling for Swift",
9   "description": "> Elegant and flexible error handling for Swift\n\nErrorHandler enables expressing complex error handling logic with a few lines of code using a memorable fluent API.",
10   "homepage": "https://github.com/Workable/swift-error-handler",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Kostas Kremizas": "kremizask@gmail.com",
17     "Eleni Papanikolopoulou": "eleni.papanikolopoulou@gmail.com"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source": {
26     "git": "https://github.com/Workable/swift-error-handler.git",
27     "tag": "0.8.2"
28   },
29   "default_subspecs": "Core",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "ErrorHandler/Classes/Core/**/*",
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "Alamofire",
38       "source_files": "ErrorHandler/Classes/Alamofire/**/*",
39       "dependencies": {
40         "Alamofire": [
41           "~> 4.1"
42         ],
43         "ErrorHandler/Core": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"