blob: f4338118327769d974d9691392bd18559143df19 [file] [log] [blame]
{
"name": "Cancellation",
"version": "0.2.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.2.0"
},
"platforms": {
"osx": "10.10",
"ios": "9.0",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.1"
}