[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / d / f / BlueSignals / 2.0.0 / BlueSignals.podspec.json
blob6d1fb1f149f59f8cde9e739d03f7e4f0acafe1f2
2   "name": "BlueSignals",
3   "version": "2.0.0",
4   "summary": "Swift cross-platform OS signals handler.",
5   "homepage": "https://github.com/Kitura/BlueSignals",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": "IBM",
10   "module_name": "Signals",
11   "requires_arc": true,
12   "platforms": {
13     "osx": "10.11",
14     "ios": "10.0",
15     "tvos": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Kitura/BlueSignals.git",
19     "tag": "2.0.0"
20   },
21   "source_files": "Sources/Signals/*.swift",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   }