blob: 435f7976c7fd9979715010f3e081e319aebbe3fe [file] [log] [blame]
{
"name": "SwpBluetooth",
"version": "1.0.0",
"summary": "蓝牙工具,驱动打印机打印数据。",
"description": "TODO: 蓝牙工具,驱动打印机打印数据。",
"homepage": "https://github.com/swp-song/SwpBluetooth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"swp-song": "396587868@qq.com"
},
"source": {
"git": "https://github.com/swp-song/SwpBluetooth.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwpBluetooth/Class/**/*.{h,m}",
"resources": "SwpBluetooth/Resources/SwpBluetooth.bundle",
"frameworks": [
"UIKit",
"CoreBluetooth"
],
"requires_arc": true
}