[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 4 / a / AwaitKit / 2.0.0 / AwaitKit.podspec.json
blobeb3be29e2a679eb9a44de1281be20b615e8ced90
2   "name": "AwaitKit",
3   "version": "2.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": "2.0.0"
14   },
15   "screenshots": "http://yannickloriot.com/resources/AwaitKit-Arista-Banner.png",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "frameworks": "Foundation"
21   },
22   "dependencies": {
23     "PromiseKit": [
24       "~> 4.0"
25     ]
26   },
27   "source_files": "Sources/**/*.swift",
28   "requires_arc": true