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