[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 7 / e / a / AnyError / 2.0.0 / AnyError.podspec.json
blobca6b41c1c65b55ac8877e37de38b41cc7045331c
2   "name": "AnyError",
3   "version": "2.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nick Ager": "nick.ager@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nickager/AnyError.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "http://twitter.com/NickAger",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "AnyError/Classes/**/*",
23   "pushed_with_swift_version": "3.0"