blob: 9b09e926da772569db40049f0e21d92955cb2d9e [file] [log] [blame]
{
"name": "OBD2_BLE",
"version": "0.1.1",
"summary": "Swift framework for interfacing with OBD-II devices using iOS Bluetooth Low Energy capabilities.",
"homepage": "https://github.com/waruc/OBD2_BLE",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Nordale": "nicknordale@gmail.com"
},
"source": {
"git": "https://github.com/waruc/OBD2_BLE.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OBD2_BLE/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 3.1"
],
"Alamofire": [
"~> 4.4"
]
},
"pushed_with_swift_version": "3.0"
}