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