blob: 63368cf6425603bd3b69b0fa3734df2e6a388180 [file] [log] [blame]
{
"name": "FZBluetooth",
"version": "1.0.0",
"summary": "FZBluetooth is An extension based on system Bluetooth method development.",
"description": "An extension based on the system Bluetooth library, including Bluetooth basic functions such as lookup, connection, writing, and response. It is more convenient and lightweight to use after encapsulation.",
"homepage": "https://github.com/fuzheng0301/FZBluetooth",
"license": "MIT",
"authors": {
"fuzheng": "13683568645@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fuzheng0301/FZBluetooth.git",
"tag": "1.0.0"
},
"frameworks": [
"UIKit",
"CoreBluetooth",
"Foundation"
],
"source_files": [
"FZHBluetooth",
"FZBluetoothExample/FzBluetoothDemo/FZHBluetooth/**/*.{h,m}"
]
}