blob: 8cfee69d65d87f293ef5cf9c9bb0a06118c1d716 [file] [log] [blame]
{
"name": "Bluejay",
"version": "0.8.0",
"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.0"
},
"source_files": "Bluejay/Bluejay/*.{h,swift}",
"frameworks": "SystemConfiguration",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"dependencies": {
"XCGLogger": [
"~> 6.1.0"
]
},
"swift_version": "4.2"
}