[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 9 / BeaconKit / 1.0.2 / BeaconKit.podspec.json
blobf2bfbb9096e1762e4d94e5d8e1409c65c53ba985
2   "name": "BeaconKit",
3   "version": "1.0.2",
4   "summary": "Beacon detection framework using CoreBluetooth",
5   "description": "This is a framework that wraps around CoreBluetooth and detects beacons of different types.\nTested to compile with Swift 3.1, 3.2 & 4.0 for iOS 9.0 & macOS 10.12\nThe currently supported types are: Eddystone-UID, Eddystone-URL, AltBeacon, iBeacon.",
6   "homepage": "https://github.com/igor-makarov/BeaconKit",
7   "license": "MIT",
8   "authors": {
9     "Igor Makarov": "igormaka@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/igor-makarov/BeaconKit.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.12"
18   },
19   "source_files": "Sources/Core/**/*.swift",
20   "pushed_with_swift_version": "3.0"