blob: 522d3134d6b4eece147308beb0011fdace2a4c49 [file] [log] [blame]
{
"name": "BatteryView",
"version": "1.3.7",
"summary": "Simple battery shaped UIView.",
"description": "Usage:\n\n```swift\nlet batteryView = BatteryView(frame: smallRect)\nbatteryView.level = 42 // anywhere in 0...100\n```",
"homepage": "https://github.com/yonat/BatteryView",
"screenshots": "https://raw.githubusercontent.com/yonat/BatteryView/master/Screenshots/Battery.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/BatteryView.git",
"tag": "1.3.7"
},
"source_files": "Sources/*",
"swift_version": "5.0"
}