[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / f / e / BatteryWidget / 0.0.2 / BatteryWidget.podspec.json
blob01930ba2553edbce92568c58e3da87550dcc7c09
2   "name": "BatteryWidget",
3   "version": "0.0.2",
4   "summary": "A basic Widget of Battery.",
5   "description": "电池电量展示的小控件\n\n目前样式只存在一种, 基于图片和CAShapeLayer实现",
6   "homepage": "https://github.com/ShenYj/BatteryWidget",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "ShenYj": "shenyanjie123@foxmail.com"
13   },
14   "swift_versions": [
15     "5.2",
16     "5.4",
17     "5.5"
18   ],
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source": {
23     "git": "https://github.com/ShenYj/BatteryWidget.git",
24     "tag": "0.0.2"
25   },
26   "source_files": [
27     "Sources/*.swift",
28     "*.h"
29   ],
30   "resources": "Sources/*.bundle",
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ],
35   "swift_version": "5.5"