blob: 3f90c7089497218d915cfb25ee29ab6c3e82763e [file] [log] [blame]
{
"name": "BatteryView",
"version": "1.3.8",
"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": "https://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.8"
},
"source_files": "Sources/*",
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
},
"swift_version": "5.0"
}