blob: a3b67fae040f80b85cc08f6e7e257d485c1a3ca3 [file] [log] [blame]
{
"name": "EddystoneScanner",
"version": "0.2",
"summary": "Eddystone scanner framework for iOS written in swift.",
"description": "Framework to scan for eddystone compliant beacons build on Swift for iOS.",
"homepage": "https://github.com/Beaconstac/EddystoneScanner-iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"firecast": "amit.dp180@gmail.com"
},
"source": {
"git": "https://github.com/Beaconstac/EddystoneScanner-iOS-SDK.git",
"tag": "v0.2"
},
"frameworks": [
"Foundation",
"CoreBluetooth"
],
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": [
"EddystoneScanner/*.swift",
"EddystoneScanner/**/*.swift"
],
"pushed_with_swift_version": "4.0"
}