blob: 6a567b8f37da4073f60b3585368d476908f8365f [file] [log] [blame]
{
"name": "BeaconManager",
"version": "0.1",
"summary": "An Objective-C lib for detecting bluetooth beacons and iBeacons",
"description": " \t\t An Objective-C lib for detecting bluetooth beacons and iBeacons easily using a shared Manger.\n",
"homepage": "https://github.com/reelyactive/ble-ios-sdk",
"license": "Apache License, Version 2.0",
"authors": {
"Callum Henshall": "c@sidereo.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/reelyactive/ble-ios-sdk.git",
"tag": "0.1"
},
"source_files": "Bluetooth/{Beacon,BeaconManager}.{h,m}",
"frameworks": [
"CoreBluetooth",
"CoreLocation",
"UIKit"
],
"requires_arc": true
}