blob: 62251d42e37d86840958d6b7c580026fb0c683ee [file] [log] [blame]
{
"name": "BeaconManager",
"version": "0.2",
"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.2"
},
"source_files": "Bluetooth/RA{BeaconManager,Beacon}.{h,m}",
"frameworks": [
"CoreBluetooth",
"CoreLocation",
"UIKit"
],
"requires_arc": true
}