blob: 28f616b5c7196777ed911cf66ff16357c3263c92 [file] [log] [blame]
{
"name": "OKBluetooth",
"version": "1.0.0",
"summary": "Bluetooth library using ReactiveCocoa on ios.",
"description": "The easiest way to use Bluetooth (BLE) on ios, using ReactiveCocoa.",
"homepage": "https://github.com/latehorse/OKBluetooth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuhanle": "deadvia@gmail.com"
},
"source": {
"git": "https://github.com/latehorse/OKBluetooth.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/yuhanle",
"platforms": {
"ios": "7.0"
},
"source_files": "OKBluetooth/Classes/**/*",
"frameworks": "CoreBluetooth",
"dependencies": {
"ReactiveObjC": [
"3.1.0"
]
}
}