[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / c / 6 / ABLE / 0.7.0 / ABLE.podspec.json
blob30cbdc8c3b16cb333fbb7e981ce208687c9a9b7b
2   "name": "ABLE",
3   "version": "0.7.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.7.0"
17   },
18   "source_files": [
19     "ABLE",
20     "ABLE/**/*.swift"
21   ],
22   "swift_versions": "5.0",
23   "swift_version": "5.0"