blob: 22403e81671006cea30717f13d98fadb19e7c538 [file] [log] [blame]
{
"name": "SSBleCentralService",
"version": "0.0.2",
"summary": "SSBleCentralService is a simple framework for iOS bluetooth central develop.",
"description": "这是一个基于CoreBluetooth的蓝牙封装库,可以更方便的管理iOS的系统的蓝牙。这是一个机遇CoreBluetooth的蓝牙封装库,可以更方便的管理iOS的系统的蓝牙。",
"homepage": "https://github.com/colayet/SSBleCentralService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Colayet": "colayet@163.com"
},
"source": {
"git": "https://github.com/colayet/SSBleCentralService.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SSBleCentralService/SSBleCentralService/**/*",
"public_header_files": "SSBleCentralService/**/*.h",
"frameworks": "CoreBluetooth",
"dependencies": {
"SunbeamLogService": [
]
}
}