[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / c / 6 / ABLE / 0.8.0 / ABLE.podspec.json
blobf728580b67bc10272e2ffb6371f26e8c7225a3b6
2   "name": "ABLE",
3   "version": "0.8.0",
4   "summary": "A lightweight Bluetooth library for iOS.",
5   "description": "Bluetooth library for iOS.\nThis lightweight library is a wrapper around the CoreBluetooth api, which adds support for closures to ease handling all ble operations.\nAdditionaly, this library supports specifying custom timeouts for all ble operation, which is not possibile by default with CoreBluetooth.\nA few other utility functions are provided as well.",
6   "homepage": "https://github.com/ale84/ABLE.git",
7   "license": "MIT",
8   "authors": {
9     "Alessio Orlando": "alessioorlando@icloud.com"
10   },
11   "platforms": {
12     "ios": "10.3"
13   },
14   "source": {
15     "git": "https://github.com/ale84/ABLE.git",
16     "tag": "0.8.0"
17   },
18   "source_files": [
19     "ABLE",
20     "ABLE/**/*.swift"
21   ],
22   "swift_versions": "5.0",
23   "swift_version": "5.0"