[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / b / 5 / FZBluetooth / 1.0.1 / FZBluetooth.podspec.json
blob949fbdd4222fd15b10623dcb367a8677a9d36053
2   "name": "FZBluetooth",
3   "version": "1.0.1",
4   "summary": "FZBluetooth is An extension based on system Bluetooth method development.",
5   "description": "An extension based on the system Bluetooth library, including Bluetooth basic functions such as lookup, connection, writing, and response. It is more convenient and lightweight to use after encapsulation.",
6   "homepage": "https://github.com/fuzheng0301/FZBluetooth",
7   "license": "MIT",
8   "authors": {
9     "fuzheng": "13683568645@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/fuzheng0301/FZBluetooth.git",
16     "tag": "1.0.1"
17   },
18   "frameworks": [
19     "UIKit",
20     "CoreBluetooth",
21     "Foundation"
22   ],
23   "source_files": [
24     "FZHBluetooth",
25     "FZBluetoothExample/FzBluetoothDemo/FZHBluetooth/**/*.{h,m}"
26   ]