[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 6 / 5 / BatteryView / 1.4.0 / BatteryView.podspec.json
blobba8c835228791da6a29fa34495b0b48b6f30430d
2   "name": "BatteryView",
3   "version": "1.4.0",
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": "https://twitter.com/yonatsharon",
16   "swift_versions": [
17     "4.2",
18     "5.0"
19   ],
20   "platforms": {
21     "ios": "11.0"
22   },
23   "requires_arc": true,
24   "weak_frameworks": "SwiftUI",
25   "source": {
26     "git": "https://github.com/yonat/BatteryView.git",
27     "tag": "1.4.0"
28   },
29   "source_files": "Sources/*",
30   "resources": [
31     "PrivacyInfo.xcprivacy"
32   ],
33   "pod_target_xcconfig": {
34     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
35   },
36   "swift_version": "5.0"