blob: 00d19e77753f5b6253941cbb2d26eeb561067939 [file] [log] [blame]
{
"name": "BeaconKit",
"version": "1.0.0",
"summary": "Beacon detection framework using CoreBluetooth",
"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.",
"homepage": "https://github.com/igor-makarov/BeaconKit",
"license": "MIT",
"authors": {
"Igor Makarov": "igormaka@gmail.com"
},
"source": {
"git": "https://github.com/igor-makarov/BeaconKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source_files": "Sources/Core/**/*.swift",
"pushed_with_swift_version": "3.0"
}