[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 7 / e / a / AnyError / 1.0.0 / AnyError.podspec.json
blob61a6f3280fc21242744f9ba9c9f5d5b2dba3249e
2   "name": "AnyError",
3   "version": "1.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": "1.0.0"
17   },
18   "social_media_url": "http://twitter.com/NickAger",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "AnyError/Classes/**/*"