blob: e33b9a97a1c012c67d8bd338dbb0e8c2f7575d2c [file] [log] [blame]
{
"name": "BeaconManager",
"version": "0.3",
"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.3"
},
"source_files": "Bluetooth/RA*.{h,m}",
"frameworks": [
"CoreBluetooth",
"CoreLocation",
"UIKit"
],
"requires_arc": true
}