[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 2 / 0 / OBD2_BLE / 0.1.1 / OBD2_BLE.podspec.json
blob9b09e926da772569db40049f0e21d92955cb2d9e
2   "name": "OBD2_BLE",
3   "version": "0.1.1",
4   "summary": "Swift framework for interfacing with OBD-II devices using iOS Bluetooth Low Energy capabilities.",
5   "homepage": "https://github.com/waruc/OBD2_BLE",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nick Nordale": "nicknordale@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/waruc/OBD2_BLE.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "OBD2_BLE/Classes/**/*",
21   "dependencies": {
22     "SwiftyJSON": [
23       "~> 3.1"
24     ],
25     "Alamofire": [
26       "~> 4.4"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"