[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 2 / CorePromises / 1.1.0 / CorePromises.podspec.json
blob143b44230a3ed32de65d3ce4aed5678d7e5b0bf4
2   "name": "CorePromises",
3   "version": "1.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CorePromises/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"