[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / 5 / FZBluetooth / 1.0.0 / FZBluetooth.podspec.json
blob63368cf6425603bd3b69b0fa3734df2e6a388180
2   "name": "FZBluetooth",
3   "version": "1.0.0",
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.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "CoreBluetooth",
21     "Foundation"
22   ],
23   "source_files": [
24     "FZHBluetooth",
25     "FZBluetoothExample/FzBluetoothDemo/FZHBluetooth/**/*.{h,m}"
26   ]