[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 6 / 5 / BatteryView / 1.3.3 / BatteryView.podspec.json
blob0defd6f7a9d0c29bf8d660a19b59242530359692
2   "name": "BatteryView",
3   "version": "1.3.3",
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_version": "4.2",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/yonat/BatteryView.git",
23     "tag": "1.3.3"
24   },
25   "source_files": "Sources/*"