blob: 55c5c8dc071c1de64326339a15831795168b9692 [file] [log] [blame]
{
"name": "LTSupportAutomotive",
"version": "1.0",
"summary": "LTSupportAutomotive is a library for writing apps that communicate with vehicles using OBD2 adapters.",
"homepage": "https://github.com/mickeyl/LTSupportAutomotive",
"license": {
"type": "MIT"
},
"authors": {
"Dr. Michael Lauer": "mickey@vanille.de"
},
"source": {
"git": "https://github.com/mickeyl/LTSupportAutomotive.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"LTSupportAutomotive/*.{h,m}"
],
"resources": [
"LTSupportAutomotive/**/*.{strings,lproj}"
],
"resource_bundles": {
"LTSupportAutomotive": [
"LTSupportAutomotive/**/*.lproj"
]
},
"frameworks": [
"Foundation",
"CoreBluetooth"
]
}