[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / e / 0 / ASIOSObdSdk / 1.0.2 / ASIOSObdSdk.podspec.json
blob24cb268753ca6a186995cf31315aed5fbe33cdaf
2   "name": "ASIOSObdSdk",
3   "version": "1.0.2",
4   "summary": "This SDK encapsulates the communication with the obd cloud of autostars.de",
5   "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.",
6   "homepage": "https://github.com/autostars-de/ios-obd-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jan Essbach": "jan.essbach@imoveit.de"
13   },
14   "source": {
15     "git": "https://github.com/autostars-de/ios-obd-sdk.git",
16     "tag": "1.0.2"
17   },
18   "social_media_url": "https://twitter.com/janessbach",
19   "swift_versions": "4.2",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "ASIOSObdSdk/Classes/**/*",
24   "frameworks": [
25     "CoreBluetooth",
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "Logging": [
31       "~> 1.1"
32     ],
33     "IKEventSource": [
34       "~> 3.0.1"
35     ],
36     "SwiftyJSON": [
37       "~> 4.2.0"
38     ],
39     "Alamofire": [
40       "~> 4.5.0"
41     ]
42   },
43   "swift_version": "4.2"