blob: c942394a28fda6a173b45bb54fd8fecd3418d7a8 [file] [log] [blame]
{
"name": "VinliBluetooth",
"version": "1.1.6",
"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.6"
},
"source_files": "VinliBluetooth/**/*.{h,m}",
"resource_bundles": {
"VinliBluetooth": [
"VinliBluetooth/**/*.{storyboard,json,xcassets,otf}"
]
},
"dependencies": {
"VinliNet": [
]
},
"frameworks": "CoreBluetooth",
"requires_arc": true
}