blob: e5a1ed7064d4168d19078eb8ef8b53e1d8e02f5c [file] [log] [blame]
{
"name": "WCBluetoothKit",
"version": "1.0.0",
"summary": "bluetooth library on ios",
"description": "Easily communicate between iOS devices using BLE",
"homepage": "https://github.com/CodeFeel/WCBluetoothKit",
"license": {
"type": "MIT"
},
"authors": {
"Red": "492262370@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CodeFeel/WCBluetoothKit.git",
"tag": "1.0.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "WCFrameworks/PrinterSDK.framework"
},
"frameworks": [
"Foundation",
"CoreBluetooth",
"UIKit",
"SystemConfiguration",
"CoreGraphics"
]
}