blob: 4407305108926837a73ec5f63d212fa5a9d77b5e [file] [log] [blame]
{
"name": "BatteryView",
"version": "1.0.0",
"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",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yonat/BatteryView.git",
"tag": "1.0.0"
},
"source_files": "Sources/*",
"requires_arc": true,
"pushed_with_swift_version": "3.0.1"
}