4 "summary": "Swift µframework - `AnyError(cause:ErrorType)` - providing type erasure for ErrorType(s)",
5 "description": "Swift µframework - `AnyError(cause:ErrorType)` - providing type erasure for ErrorType(s). Originally designed to be used as the error type associated with a Future or Result - so that when composing futures with map/flatMap the error type is the same and can be propagated through the compositional chain.",
6 "homepage": "http://nickager.com/blog/2016/03/07/AnyError",
12 "Nick Ager": "nick.ager@gmail.com"
15 "git": "https://github.com/nickager/AnyError.git",
18 "social_media_url": "http://twitter.com/NickAger",
23 "source_files": "AnyError/Classes/**/*",
24 "pushed_with_swift_version": "3.0"