blob: 3f6917ccb674c3630d1aae65385eee01bf96ff82 [file] [log] [blame]
{
"name": "BTKit",
"version": "0.1.0",
"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.1.0"
},
"source_files": "BTKit/Source/**/*.{swift,h}",
"resource_bundles": {
"BTKit": [
"BTKit/Source/*.lproj/*.strings"
]
},
"swift_version": "5.0"
}