blob: a7a5bfcdb60ce439b86390b3753e099dd482adc4 [file] [log] [blame]
{
"name": "VinliBluetooth",
"version": "1.1.4.3",
"summary": "Framework for accessing Vinli devices via Bluetooth.",
"description": "Framework for accessing Vinli devices via BLE connection",
"homepage": "https://github.com/vinli/ios-bt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Wells": "andrew@vin.li"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vinli/ios-bt.git",
"tag": "v1.1.4.3"
},
"source_files": "VinliBluetooth/**/*.{h,m}",
"resources": "VinliBluetooth/**/*.{storyboard,json,xcassets,otf}",
"dependencies": {
"VinliNet": [
]
},
"frameworks": "CoreBluetooth",
"requires_arc": true
}