blob: 57748ba6c85c03d738cd4ec03096d54d8f708037 [file] [log] [blame]
{
"name": "SwiftBluetooth",
"version": "0.3.0",
"summary": "A simple framework for building BLE apps.",
"homepage": "https://github.com/CatchZeng/SwiftBluetooth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CatchZeng": "891793848@qq.com"
},
"source": {
"git": "https://github.com/CatchZeng/SwiftBluetooth.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftBluetooth/Classes/**/*",
"frameworks": [
"UIKit",
"CoreBluetooth"
]
}