[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 8 / BLE / 0.1.3 / BLE.podspec.json
blob0c15c7f83fbf7e1086f11f69c82d1d3b38dca771
2   "name": "BLE",
3   "version": "0.1.3",
4   "summary": "Simple BLE (Bluetooth Low Energy) wrapper library in Swift",
5   "description": "Swift wrapper around CoreBluetooth. Library allows you to connect to BLE devices, read and write data to them",
6   "homepage": "https://github.com/manGoweb/BLE",
7   "screenshots": "https://raw.githubusercontent.com/manGoweb/BLE/master/_orig/home.png",
8   "license": "MIT",
9   "authors": {
10     "Ondrej Rafaj": "rafaj@mangoweb.cz"
11   },
12   "source": {
13     "git": "https://github.com/manGoweb/BLE.git",
14     "tag": "0.1.3"
15   },
16   "social_media_url": "https://twitter.com/rafiki270",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*"