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