blob: 991ba1a263a05870d29e46b65d44f8b7d347cafc [file] [log] [blame]
{
"name": "TSNPeerBluetooth",
"version": "1.0.1",
"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.1"
},
"source_files": "Source/*",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"CoreLocation",
"CoreBluetooth"
],
"requires_arc": true
}