[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / c / 6 / ABLE / 0.6.0 / ABLE.podspec.json
blobfc40fc819bfbc067f48ca3e31908a71c365befdf
2   "name": "ABLE",
3   "version": "0.6.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.6.0"
17   },
18   "source_files": [
19     "ABLE",
20     "ABLE/**/*.swift"
21   ],
22   "swift_version": "5.0"