[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / c / 5 / Yggdrasil / 0.1.7 / Yggdrasil.podspec.json
blobdc489a2e855f2c3443fe6bd254ffb3aa5387ad7f
2   "name": "Yggdrasil",
3   "version": "0.1.7",
4   "summary": "An async/await based network library for Swift.",
5   "description": "Yggdrasil is a network library which allows to create and execute async/await based network requests. The focus is on easy and simple usage to avoid too much code overhead. Yggdrasil is protocol based with some additional structs and classes for convenient usage.",
6   "homepage": "https://github.com/stendahls/Yggdrasil",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thomas Sempf": "thomas.sempf@stendahls.se"
13   },
14   "source": {
15     "git": "https://github.com/stendahls/Yggdrasil.git",
16     "tag": "0.1.7"
17   },
18   "social_media_url": "https://twitter.com/tsempf",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "swift_versions": "5.0",
26   "source_files": "Yggdrasil/Classes/**/*",
27   "requires_arc": true,
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.7"
31     ],
32     "Taskig": [
33       "~> 0.2"
34     ]
35   },
36   "swift_version": "5.0"