blob: d2196301bee9ce1da09e81a8d9260f43168a17ab [file] [log] [blame]
{
"name": "CancellationToken",
"version": "3.1.0",
"license": "MIT",
"summary": "CancellationToken in Swift",
"authors": {
"Tom Lokhorst": "tom@lokhorst.eu"
},
"social_media_url": "https://twitter.com/tomlokhorst",
"homepage": "https://github.com/tomlokhorst/swift-cancellationtoken",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/tomlokhorst/swift-cancellationtoken.git",
"tag": "3.1.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/CancellationToken"
},
{
"name": "Alamofire",
"source_files": "extensions/CancellationTokenExtensions/Alamofire+Cancellation.swift",
"dependencies": {
"CancellationToken/Core": [
],
"Alamofire": [
"~> 4.0"
]
}
}
]
}