blob: 3bd64e299c3d085be01e23de3d43cb46b522f966 [file] [log] [blame]
{
"name": "Bluejay",
"version": "0.8.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/steamclock/bluejay",
"authors": {
"Jeremy Chiang": "jeremy@steamclock.com"
},
"summary": "Bluejay is a simple Swift framework for building reliable Bluetooth apps.",
"source": {
"git": "https://github.com/steamclock/bluejay.git",
"tag": "v0.8.6"
},
"source_files": "Bluejay/Bluejay/*.{h,swift}",
"frameworks": "SystemConfiguration",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"dependencies": {
"XCGLogger": [
"~> 7.0.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}