[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 9 / 1 / Snappable / 0.2.0 / Snappable.podspec.json
blob61ec3e291220cde3d66fda7423e5ed393acb3956
2   "name": "Snappable",
3   "version": "0.2.0",
4   "summary": "A set of SwiftUI custom modifiers to make the ScrollView snappable.",
5   "description": "A set of SwiftUI custom modifiers to make the ScrollView snappable. The goal of this library is to provide an easy way to implement Views such as carousels and slideshows.",
6   "homepage": "https://github.com/hugehoge/Snappable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hugehoge": "hugehoge42@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hugehoge/Snappable.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "swift_versions": [
22     "5.3",
23     "5.4",
24     "5.5"
25   ],
26   "source_files": "Sources/**/*.swift",
27   "dependencies": {
28     "Introspect": [
29       "~> 0.1.3"
30     ]
31   },
32   "swift_version": "5.5"