blob: 295c408dc28f9144c2d2eccc4ef243ebd76daa15 [file] [log] [blame]
{
"name": "URLSessionCancellationSwift",
"version": "1.0.0",
"license": "MIT",
"summary": "An extension to iOS / macOS Foundation library's NSURLSession class to add support for cancelling specific URLs from being downloaded.",
"homepage": "https://github.com/ustwo/urlsession-cancellation-swift",
"authors": {
"Shagun Madhikarmi": "shagun@ustwo.com"
},
"source": {
"git": "https://github.com/ustwo/urlsession-cancellation-swift.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.3"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}