blob: 73a1cb33461bc51cce93634b70c7513759927784 [file] [log] [blame]
{
"name": "SunbeamBLECentralService",
"version": "0.1.0",
"summary": "SunbeamBLECentralService is a simple framework for iOS bluetooth central develop, it based on CoreBluetooth.",
"homepage": "https://github.com/sunbeamChen/SunbeamBLECentralService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunbeamChen": "chenxun1990@126.com"
},
"source": {
"git": "https://github.com/sunbeamChen/SunbeamBLECentralService.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SunbeamBLECentralService/Classes/**/*",
"public_header_files": "SunbeamBLECentralService/Classes/**/*.h",
"frameworks": "CoreBluetooth"
}