blob: 6965d75ab5bee45c81977a1093bb2911871f829e [file] [log] [blame]
{
"name": "BTKit",
"version": "0.0.1",
"summary": "Hardcoded bluetooth devices API",
"description": "Use to scan for bluetooth devices. Very limited set of devices is available.",
"homepage": "https://github.com/rinat-enikeev/BTKit",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Rinat Enikeev": "rinat.enikeev@gmail.com"
},
"social_media_url": "http://facebook.com/enikeev",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/rinat-enikeev/BTKit.git",
"tag": "0.0.1"
},
"source_files": "BTKit/Source/**/*.{swift,h}",
"swift_version": "5.0",
"subspecs": [
{
"name": "Devices",
"source_files": "BTKit/Source/Devices/**/*.{swift,h}"
},
{
"name": "Scanner",
"source_files": "BTKit/Source/Scanner/**/*.{swift,h}",
"dependencies": {
"BTKit/Devices": [
]
}
},
{
"name": "Ruuvi",
"source_files": "BTKit/Source/Vendor/Ruuvi/**/*.{swift,h}",
"dependencies": {
"BTKit/Devices": [
],
"BTKit/Scanner": [
]
}
}
]
}