blob: 32996a65223d94112c8b49442504cf7e4f5b7e7c [file] [log] [blame]
{
"name": "weex-bluetooth",
"version": "0.0.1",
"summary": "An extremely easy-use bluetooth library for weex developers, to develop bluetooth-based applications with weex.",
"description": "An extremely easy-use bluetooth library for weex developers, to develop bluetooth-based applications with weex.",
"homepage": "https://github.com/lixing123/weex-bluetooth",
"license": "Apache License, Version 2.0",
"authors": {
"lixing123": "shangwangwanwan@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lixing123/weex-bluetooth.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/iOS/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "CoreBluetooth",
"dependencies": {
"WeexSDK": [
"~> 0.10.0"
]
}
}