blob: fc4a3a239420a47f7a73cb979c54a3563825d736 [file] [log] [blame]
{
"name": "Cancellation",
"version": "0.4.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.4.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.2"
}