[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 2 / CorePromises / 1.1.8 / CorePromises.podspec.json
blob0443623645727d49493db939c16417586232c847
2   "name": "CorePromises",
3   "version": "1.1.8",
4   "summary": "CorePromises brings Promises to Swift and enables beautiful multi-thread\n                        and typesafe Swift code.",
5   "description": "CorePromises makes heavy use of generics to bring promises to Swift.\n                        Asynchronous networking and asynchronous programming in general is greatly\n                        facilitated. The framework is particularly useful when working with\n                        Apple's Dispatch, Alamofire or WebParsing.",
6   "homepage": "https://github.com/borchero/CorePromises",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "borchero": "oliver.borchert@in.tum.de"
13   },
14   "source": {
15     "git": "https://github.com/borchero/CorePromises.git",
16     "tag": "1.1.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CorePromises/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"