blob: 967141216aacfeef9876c569880d63e91c2cd399 [file] [log] [blame]
{
"name": "TSNPeerBluetooth",
"version": "1.0.5",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/softwarenerd/TSNPeerBluetooth",
"authors": {
"Brian Lambert": "brianlambert@softwarenerd.org"
},
"summary": "Bluetooth LE peer-to-peer library for iOS",
"source": {
"git": "https://github.com/softwarenerd/TSNPeerBluetooth.git",
"tag": "v1.0.5"
},
"source_files": "Source/*",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"CoreLocation",
"CoreBluetooth"
],
"requires_arc": true
}