blob: 109175163155480286b73233b6f76867c1d9c566 [file] [log] [blame]
{
"name": "CancellationToken",
"version": "0.2.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": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/tomlokhorst/swift-cancellationtoken.git",
"tag": "0.2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "src/CancellationToken"
},
{
"name": "Alamofire",
"source_files": "extensions/CancellationTokenExtensions/Alamofire+Cancellation.swift",
"dependencies": {
"CancellationToken/Core": [
],
"Alamofire": [
"~> 2.0"
]
}
}
]
}