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",
13 "Yonat Sharon": "yonat@ootips.org"
15 "social_media_url": "https://twitter.com/yonatsharon",
26 "git": "https://github.com/yonat/BatteryView.git",
29 "source_files": "Sources/*",
30 "pod_target_xcconfig": {
31 "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
33 "swift_version": "5.0"