blob: 58d92db400f5d2d2d5c529317bbcb1c2421a9c9b [file] [log] [blame]
{
"name": "KRBeaconFinder",
"version": "1.5.2",
"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.",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "KRBeaconFinder/**/*.h",
"source_files": "KRBeaconFinder/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreBluetooth",
"CoreLocation"
]
}