blob: ff3f6a8580c03522e4f00a7fda216f8e0d3c4d90 [file] [log] [blame]
{
"name": "weex-bluetooth",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Classes",
"Classes/iOS/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "CoreBluetooth",
"dependencies": {
"WeexSDK": [
"~> 0.10.0"
]
}
}