[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 6 / 5 / BatteryView / 1.3.6 / BatteryView.podspec.json
blob209d342b69dc280960121817e35f46d95612b735
2   "name": "BatteryView",
3   "version": "1.3.6",
4   "summary": "Simple battery shaped UIView.",
5   "description": "Usage:\n\n```swift\nlet batteryView   = BatteryView(frame: smallRect)\nbatteryView.level = 42 // anywhere in 0...100\n```",
6   "homepage": "https://github.com/yonat/BatteryView",
7   "screenshots": "https://raw.githubusercontent.com/yonat/BatteryView/master/Screenshots/Battery.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Yonat Sharon": "yonat@ootips.org"
14   },
15   "social_media_url": "http://twitter.com/yonatsharon",
16   "swift_versions": [
17     "4.2",
18     "5.0",
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "source": {
26     "git": "https://github.com/yonat/BatteryView.git",
27     "tag": "1.3.6"
28   },
29   "source_files": "Sources/*",
30   "swift_version": "5.0"