[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 0 / 3 / SunbeamBLECentralService / 0.2.2 / SunbeamBLECentralService.podspec.json
blob2b284025d5b7b86107cfcf7bbe4fe6ce39e623db
2   "name": "SunbeamBLECentralService",
3   "version": "0.2.2",
4   "summary": "SunbeamBLECentralService is a simple framework for iOS bluetooth central develop, it based on CoreBluetooth.",
5   "homepage": "https://github.com/sunbeamChen/SunbeamBLECentralService",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "sunbeamChen": "chenxun1990@126.com"
12   },
13   "source": {
14     "git": "https://github.com/sunbeamChen/SunbeamBLECentralService.git",
15     "tag": "0.2.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "SunbeamBLECentralService/Classes/**/*",
21   "public_header_files": [
22     "SunbeamBLECentralService/Classes/SunbeamBLECentralService.h",
23     "SunbeamBLECentralService/Classes/SBluetoothCentralManager.h"
24   ],
25   "frameworks": "CoreBluetooth",
26   "dependencies": {
27     "SunbeamLogService": [
29     ]
30   }