[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 5 / KRBeaconFinder / 1.5.1 / KRBeaconFinder.podspec.json
blob36417f9e7b446eddd0c04ab27d4cb85c2dabd3aa
2   "name": "KRBeaconFinder",
3   "version": "1.5.1",
4   "summary": "Find beacons, simulate beacons advertising and integrate BLE functions.",
5   "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",
6   "homepage": "https://github.com/Kalvar/ios-KRBeaconFinder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kalvar Lin": "ilovekalvar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ilovekalvar",
15   "source": {
16     "git": "https://github.com/Kalvar/ios-KRBeaconFinder.git",
17     "tag": "1.5.1"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "KRBeaconFinder/*.h",
24   "source_files": "KRBeaconFinder/KRBeaconFinder.h",
25   "frameworks": [
26     "Foundation",
27     "CoreBluetooth",
28     "CoreLocation"
29   ]