[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / 4 / a / AwaitKit / 3.0.1 / AwaitKit.podspec.json
blobe5c3095845e957b69cfce8f797c1d0a7708c1e27
2   "name": "AwaitKit",
3   "version": "3.0.1",
4   "license": "MIT",
5   "summary": "The ES8 Async/Await control flow for Swift",
6   "homepage": "https://github.com/yannickl/AwaitKit.git",
7   "social_media_url": "https://twitter.com/yannickloriot",
8   "authors": {
9     "Yannick Loriot": "contact@yannickloriot.com"
10   },
11   "source": {
12     "git": "https://github.com/yannickl/AwaitKit.git",
13     "tag": "3.0.1"
14   },
15   "screenshots": "http://yannickloriot.com/resources/AwaitKit-Arista-Banner.png",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "ios": {
23     "frameworks": "Foundation"
24   },
25   "dependencies": {
26     "PromiseKit": [
27       "~> 4.2"
28     ]
29   },
30   "source_files": "Sources/**/*.swift",
31   "requires_arc": true,
32   "pushed_with_swift_version": "3.0"