blob: 9d14d281022f80aecdaa9687c5b69ec86bd20f27 [file] [log] [blame]
{
"name": "Proximity",
"version": "0.1.0",
"summary": "Detect BLE devices in the immediate vicinity.",
"description": "Have you ever wanted Airpods-like nearby device notifications?\n\nUsing RSSI values, Proximity detects BLE devices in the immediate vicinity. Very likely being held directly up to the BLE peripheral.",
"homepage": "https://github.com/fuzz-productions/Proximity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Kunz": "ericjkunz@gmail.com"
},
"source": {
"git": "https://github.com/fuzz-productions/Proximity.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ericjkunz",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "Proximity/Classes/**/*",
"exclude_files": "Proximity/**/*.plist",
"frameworks": "CoreBluetooth"
}