blob: 9fd16c23194b6d33664bcfceecf40c2fba0a3109 [file] [log] [blame]
{
"name": "ASIOSObdSdk",
"version": "1.0.0",
"summary": "This SDK encapsulates the communication with the obd cloud of autostars.de",
"description": "Use this SDK as easy integration method of obd cloud of autostars.de. Please get a corporate account by contacting\nautostars.de. Use your access-token to fully authorize your application.",
"homepage": "https://github.com/autostars-de/ios-obd-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Essbach": "jan.essbach@imoveit.de"
},
"source": {
"git": "https://github.com/autostars-de/ios-obd-sdk.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/janessbach",
"swift_versions": "4.2",
"platforms": {
"ios": "13.0"
},
"source_files": "ASIOSObdSdk/Classes/**/*",
"frameworks": [
"CoreBluetooth",
"Foundation",
"UIKit"
],
"dependencies": {
"Logging": [
"~> 1.1"
]
},
"swift_version": "4.2"
}