blob: 94189b2e1afbde8e29addf25fa2100fa93e92604 [file] [log] [blame]
{
"name": "BluetoothCentral",
"version": "1.0.0",
"summary": "A bluetooth central for managing scan, connection, and peripherals",
"homepage": "https://evanxlh.github.io",
"license": {
"type": "MIT"
},
"authors": {
"Evan Xie": "evanxie.mr@foxmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.13",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/evanxlh/BluetoothCentral.git",
"tag": "1.0.0"
},
"source_files": [
"Source/*.{swift}",
"Source/**/*.{swift}"
],
"dependencies": {
"ObservationLite": [
]
},
"swift_version": "5.0"
}