[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / 3 / FastBle / 1.0.2 / FastBle.podspec.json
bloba250494fc92f19351758311ec6e22b303f25eda6
2   "name": "FastBle",
3   "version": "1.0.2",
4   "summary": "在CoreBluetooth的基础上封装",
5   "description": "为ios蓝牙开发提供简单的封装,实现多连接管理,队列发送",
6   "homepage": "https://github.com/kanshenmekan/FastBle-IOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kanshenmekan": "1207769754@qq.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/kanshenmekan/FastBle-IOS.git",
19     "tag": "1.0.2"
20   },
21   "source_files": [
22     "Classes/*.{h,m}",
23     "Classes/**/*.{h,m}"
24   ],
25   "public_header_files": [
26     "Classes/*.h",
27     "Classes/**/*.h"
28   ],
29   "frameworks": [
30     "Foundation",
31     "CoreBluetooth"
32   ],
33   "requires_arc": true