[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / 2 / Taskig / 0.2.0 / Taskig.podspec.json
blob62246449e71c2d413ebca0c337309b079474ea4d
2   "name": "Taskig",
3   "version": "0.2.0",
4   "summary": "An asynchronous programming library for Swift.",
5   "description": "An asynchronous programming library for Swift that is composable and protocol oriented.",
6   "homepage": "https://github.com/stendahls/Taskig",
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/Taskig.git",
16     "tag": "0.2.0"
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   "source_files": "TaskigSource/Base/*.swift",
26   "requires_arc": true