[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / f / 7 / ErrorHandler / 0.8.0 / ErrorHandler.podspec.json
blobe6d146dc8bf8bd91e98ab6171c185f9c1449dac9
2   "name": "ErrorHandler",
3   "version": "0.8.0",
4   "summary": "Error handling library for Swift",
5   "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.",
6   "homepage": "https://github.com/Workable/swift-error-handler",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kostas Kremizas": "kremizask@gmail.com",
13     "Eleni Papanikolopoulou": "eleni.papanikolopoulou@gmail.com"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/Workable/swift-error-handler.git",
23     "tag": "0.8.0"
24   },
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "ErrorHandler/Classes/Core/**/*",
31       "frameworks": "Foundation"
32     },
33     {
34       "name": "Alamofire",
35       "source_files": "ErrorHandler/Classes/Alamofire/**/*",
36       "dependencies": {
37         "Alamofire": [
38           "~> 4.1"
39         ],
40         "ErrorHandler/Core": [
42         ]
43       }
44     }
45   ]