blob: bff20bc2052911e624d492a9a0a54bb51f0377d5 [file] [log] [blame]
{
"name": "ASIOSObdSdk",
"version": "1.0.1",
"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.1"
},
"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": [
"5.0.0"
]
},
"swift_version": "4.2"
}