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