blob: 24cb268753ca6a186995cf31315aed5fbe33cdaf [file] [log] [blame]
{
"name": "ASIOSObdSdk",
"version": "1.0.2",
"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.2"
},
"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"
],
"IKEventSource": [
"~> 3.0.1"
],
"SwiftyJSON": [
"~> 4.2.0"
],
"Alamofire": [
"~> 4.5.0"
]
},
"swift_version": "4.2"
}