blob: 6756025d0c1e71ca4c716cbf635c541b8c66c2d7 [file] [log] [blame]
{
"name": "BeaconEmitter",
"version": "0.2.1",
"summary": "A simple Beacon emitter writter in Swift.",
"description": "Beacon emitter built in Swift on top of Corebluetooth.\nIt works with iOS and tvOS based devices",
"homepage": "https://github.com/matteocrippa/BeaconEmitter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Crippa": ""
},
"source": {
"git": "https://github.com/matteocrippa/BeaconEmitter.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "BeaconEmitter/Classes/**/*",
"frameworks": "CoreBluetooth",
"pushed_with_swift_version": "3.0"
}