[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 7 / ErrorHandler / 0.8.4 / ErrorHandler.podspec.json
blob68a0635f565e846ad8d8e2ecb28c2df92ced385e
2   "name": "ErrorHandler",
3   "version": "0.8.4",
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": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source": {
26     "git": "https://github.com/Workable/swift-error-handler.git",
27     "tag": "0.8.4"
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           "~> 5"
42         ],
43         "ErrorHandler/Core": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"