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