blob: 9b7c876f2d3315af8ae22cc137c2e9cb7f2eedd8 [file] [log] [blame]
{
"name": "Taskig",
"version": "0.2.1",
"summary": "An asynchronous programming library for Swift.",
"description": "An asynchronous programming library for Swift that is composable and protocol oriented.",
"homepage": "https://github.com/stendahls/Taskig",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thomas Sempf": "thomas.sempf@stendahls.se"
},
"source": {
"git": "https://github.com/stendahls/Taskig.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/tsempf",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "TaskigSource/Base/*.swift",
"requires_arc": true
}