blob: b16332a5db6438652f47ff85acaf52d73c0207d7 [file] [log] [blame]
{
"name": "URLSessionCancellationSwift",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.3"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}