blob: a0a75f1cda9853c4678152a66c5c2629a4973315 [file] [log] [blame]
{
"name": "BlueSwift",
"version": "1.0.2",
"summary": "Easy and lightweight CoreBluetooth wrapper written in Swift",
"homepage": "https://github.com/netguru/BlueSwift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Jan Posz": "jan.posz@netguru.co"
},
"source": {
"git": "https://github.com/netguru/BlueSwift.git",
"tag": "1.0.2"
},
"source_files": "Framework/Source Files/**/*.swift",
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreBluetooth"
],
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
}
}