[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 5 / 3 / FastBle / 1.0.6 / FastBle.podspec.json
blob5d1daffeebe869f25b2a703371a617d80111a5db
2   "name": "FastBle",
3   "version": "1.0.6",
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.6"
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