blob: 7a677286402150f63e76146c42d2572c322c980a [file] [log] [blame]
{
"name": "CancellationToken",
"version": "0.1.1",
"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.1.1"
},
"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": [
"~> 1.2"
]
}
}
]
}