[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / f / 5 / KRBeaconFinder / 1.5.2 / KRBeaconFinder.podspec.json
blob58d92db400f5d2d2d5c529317bbcb1c2421a9c9b
2   "name": "KRBeaconFinder",
3   "version": "1.5.2",
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.",
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.2"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "KRBeaconFinder/**/*.h",
24   "source_files": "KRBeaconFinder/**/*.{h,m}",
25   "frameworks": [
26     "Foundation",
27     "CoreBluetooth",
28     "CoreLocation"
29   ]