blob: 04ad5b31d42f25a4ce0172d9f0a2f30ab3632358 [file] [log] [blame]
{
"name": "BeaconKit",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source_files": "Sources/BeaconKit/**/*.swift",
"pushed_with_swift_version": "3.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/BeaconKitTests/**/*.swift"
}
]
}