[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 3 / c / 5 / Yggdrasil / 0.1.3 / Yggdrasil.podspec.json
bloba53e881adf2930f9a8fcd6160c3779ad17cb90c2
2   "name": "Yggdrasil",
3   "version": "0.1.3",
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.3"
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_version": "4.2",
26   "source_files": "Yggdrasil/Classes/**/*",
27   "requires_arc": true,
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.7"
31     ],
32     "Taskig": [
33       "~> 0.2"
34     ]
35   }