[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / f / c / HHDraggableView / 0.1.2 / HHDraggableView.podspec.json
blobeac71dfbf352408d16a9b935b9a70861801c174d
2   "name": "HHDraggableView",
3   "version": "0.1.2",
4   "summary": "A customizable UIView for iOS that can be dragged around the screen, with options for inertia and snapping to edges.",
5   "swift_versions": [
6     "5.0",
7     "5.1",
8     "5.2"
9   ],
10   "description": "HHDraggableUIView is a highly customizable, easy-to-use draggable UIView for iOS apps, perfect for creating interactive components that can be freely moved around the screen. This UIView subclass supports enabling and disabling drag capabilities, applying inertia to movements, and optionally snapping the view to the sides of the screen once dragging ends.\n\nFeatures include:\n- Simple to integrate with just a few lines of code.\n- Full support for @IBDesignable properties, making it easy to configure via Interface Builder.\n- Optional inertia that simulates a natural continuation of movement based on initial drag speed.\n- An option to snap the view to the nearest side, enhancing the UI experience by aligning views neatly.\n- Customizable friction for inertia and boundary conditions to keep the view within screen limits.\n\nIdeal for apps requiring interactive elements like sliders, floating action buttons, panels, or any component that benefits from on-screen repositioning.",
11   "homepage": "https://github.com/shamzahasan88/HHDraggableView",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Hamza Hasan": "shamzahasan88@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/shamzahasan88/HHDraggableView.git",
21     "tag": "0.1.2"
22   },
23   "platforms": {
24     "ios": "12.0"
25   },
26   "source_files": "HHDraggableView/Classes/**/*",
27   "frameworks": [
28     "UIKit",
29     "MapKit"
30   ],
31   "swift_version": "5.2"