[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / a / AnyError / 2.0.1 / AnyError.podspec.json
blob79550589bbd090793a9ccb2aa30f07ca1aefb595
2   "name": "AnyError",
3   "version": "2.0.1",
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.1"
17   },
18   "social_media_url": "http://twitter.com/NickAger",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11"
22   },
23   "source_files": "AnyError/Classes/**/*",
24   "pushed_with_swift_version": "3.0"