[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 4 / a / AwaitKit / 3.0.0 / AwaitKit.podspec.json
blob70b6b6c8f0262e511c51486a9880a16515dde894
2   "name": "AwaitKit",
3   "version": "3.0.0",
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.0"
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.1"
28     ]
29   },
30   "source_files": "Sources/**/*.swift",
31   "requires_arc": true,
32   "pushed_with_swift_version": "3.0"