[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / 1 / 8 / c / iOSWifiOBDII / 0.1.1 / iOSWifiOBDII.podspec.json
blob5cc952382bac64bdfe6006bf71b728187fa018f5
2   "name": "iOSWifiOBDII",
3   "version": "0.1.1",
4   "summary": "Used to send a command and be returned a formatted value.",
5   "description": "This projects works to send OBD II commands and to calculate the values returned.",
6   "homepage": "https://github.com/lucaslbs15/WifiObdIIUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lucaslbs15": "lucaslbs15@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucaslbs15/WifiObdIIUtils.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "iOSWifiOBDII/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "OBD2Connect": [
25       "~> 2.0.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"