[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 7 / 5 / DVBluetoothSwift / 0.1.0 / DVBluetoothSwift.podspec.json
blob025129d0739b9052e7f3d0750ecd046d36093c7b
2   "name": "DVBluetoothSwift",
3   "version": "0.1.0",
4   "summary": "A bluetooth manager written by Swift.",
5   "description": "The DVBluetooth help us easier connect and control bluetooth peripheral. \n  It depends on CoreBluetooth.",
6   "homepage": "https://github.com/HeDefine/DVBluetoothSwift.git",
7   "license": "MIT",
8   "authors": {
9     "Devine He": "hedingfei1993@126.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "swift_versions": "4.0",
15   "source": {
16     "git": "https://github.com/HeDefine/DVBluetoothSwift.git",
17     "tag": "0.1.0"
18   },
19   "source_files": "DVBluetoothSwift/*.swift",
20   "exclude_files": "DVBluetoothSwiftExample",
21   "frameworks": [
22     "Foundation",
23     "CoreBluetooth"
24   ],
25   "swift_version": "4.0"