[Add] ScanbotSDK 6.2.0-RC4
[CocoaPods.git] / Specs / c / 7 / f / ResultPromises / 0.1.3 / ResultPromises.podspec.json
blob9f0737388f2e5f39b07a2569ad646adc3cf69327
2   "name": "ResultPromises",
3   "version": "0.1.3",
4   "summary": "Promises for orginising asychronouse operation like sequences.",
5   "description": "Provide generic Result and Promises types, that allows to organise async calls as sequence of events and monads. Promises can be mixed with  other Promises, Results and throwable closures.",
6   "homepage": "https://github.com/Michael-Vorontsov/ResultPromises",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mykhailo Vorontsov": "michel06@ukr.net"
13   },
14   "source": {
15     "git": "https://github.com/Michael-Vorontsov/ResultPromises.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ResultPromises/Sources/**/*",
22   "pushed_with_swift_version": "4.0"