blob: eaf94f964878487bfbdfd7ff3be4e747a04358e6 [file] [log] [blame]
{
"name": "Taskig",
"version": "0.2.3",
"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.3"
},
"social_media_url": "https://twitter.com/tsempf",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "9.0",
"watchos": "3.0"
},
"swift_version": "4.2",
"source_files": "TaskigSource/Base/*.swift",
"requires_arc": true
}