blob: 1004bb09ce21c1ff6fc0e02bdb0b1bec37831d62 [file] [log] [blame]
{
"name": "BlueSignals",
"version": "1.0.16",
"summary": "Swift cross-platform OS signals handler.",
"homepage": "https://github.com/IBM-Swift/BlueSignals",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "Signals",
"requires_arc": true,
"platforms": {
"osx": "10.11",
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/IBM-Swift/BlueSignals.git",
"tag": "1.0.16"
},
"source_files": "Sources/Signals/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}