[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / c / 5 / Yggdrasil / 0.1.6 / Yggdrasil.podspec.json
blob4d8a1ad273bbb5a70c99c5c24be1763294a92b53
2   "name": "Yggdrasil",
3   "version": "0.1.6",
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.6"
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   }