blob: 36417f9e7b446eddd0c04ab27d4cb85c2dabd3aa [file] [log] [blame]
{
"name": "KRBeaconFinder",
"version": "1.5.1",
"summary": "Find beacons, simulate beacons advertising and integrate BLE functions.",
"description": " KRBeaconFinder can lazy scanning beacons, relax using CoreLocation to monitor beacon-regions or use CoreBluetooth (BLE) to scan. And auto pop-up the message to notify users when they locked on the screen. It also can simulate beacon adversting from peripheral adversting.\n",
"homepage": "https://github.com/Kalvar/ios-KRBeaconFinder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kalvar Lin": "ilovekalvar@gmail.com"
},
"social_media_url": "https://twitter.com/ilovekalvar",
"source": {
"git": "https://github.com/Kalvar/ios-KRBeaconFinder.git",
"tag": "1.5.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "KRBeaconFinder/*.h",
"source_files": "KRBeaconFinder/KRBeaconFinder.h",
"frameworks": [
"Foundation",
"CoreBluetooth",
"CoreLocation"
]
}