[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / b / 6 / 9 / ZHBLE / 0.1.6 / ZHBLE.podspec.json
blob48f77dadc422078036600112eedf95afd6de5402
2   "name": "ZHBLE",
3   "version": "0.1.6",
4   "summary": "ZHBLE Block way, aim to make call BlueTooth more simple.",
5   "description": "* 旨在快捷方便的使用系统CoreBluetooth库.\n* 基于原生CoreBluetooth,回调函数全部封装成Block回调方式,使调用相关函数简洁明了>。\n* 设备作为Central端和Peripheral端都有封装。\n* 采用工厂模式和Block方法结合使得初始化和函数调用更容易.",
6   "homepage": "https://github.com/zhuozhuo/ZHBLE",
7   "screenshots": [
8     "http://ac-unmt7l5d.clouddn.com/a5ad110235345af7.png",
9     "http://ac-unmt7l5d.clouddn.com/2eba95e19897014b.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Mr.jiang": "414816566@qq.com"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source": {
22     "git": "https://github.com/zhuozhuo/ZHBLE.git",
23     "tag": "0.1.6"
24   },
25   "source_files": [
26     "Classes",
27     "Demo/ZHBLE/Classes/ZHBLE/*.{h,m}"
28   ],
29   "public_header_files": "Demo/ZHBLE/Classes/ZHBLE/*.h",
30   "frameworks": "CoreBluetooth"