blob: 048d365aa3c4c0c8b70519d6fca25f6b6cebf004 [file] [log] [blame]
{
"name": "Cancellation",
"version": "0.6.0",
"summary": "Cancellation Handling for Asynchronous Tasks in Swift",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/couchdeveloper/Cancellation",
"authors": {
"Andreas Grosam": "couchdeveloper@gmail.com"
},
"source": {
"git": "https://github.com/couchdeveloper/Cancellation.git",
"tag": "0.6.0"
},
"platforms": {
"osx": "10.10",
"ios": "9.0",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}