[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 8 / BLE / 0.1.0 / BLE.podspec.json
blobae3cb3398edb6b9a3c30351cb29f78030d6523f9
2   "name": "BLE",
3   "version": "0.1.0",
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   "license": "MIT",
8   "authors": {
9     "Ondrej Rafaj": "rafaj@mangoweb.cz"
10   },
11   "source": {
12     "git": "https://github.com/manGoweb/BLE.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/rafiki270",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*"