[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 1 / SwipeActions / 0.3.3 / SwipeActions.podspec.json
blobb85e185521c3af4d0229d2db223801e4f7be4959
2   "name": "SwipeActions",
3   "version": "0.3.3",
4   "summary": "Library for creating swipe actions for any SwiftUI View.",
5   "description": "Library for creating swipe actions for any SwiftUI View, \nsimilar to Apple's swipeActions(edge:allowsFullSwipe:content:) \nthat available from iOS 15 and only in List 🤷🏼‍♂️. \nYou can use SwipeActions in project targeting iOS 13 with any view (e.g. Text or VStack).",
6   "homepage": "https://github.com/c-villain/SwipeActions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Kraev": "lexkraev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/c-villain/SwipeActions.git",
16     "tag": "0.3.3"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15"
21   },
22   "swift_versions": "5",
23   "source_files": "Sources/SwipeActions/**/*",
24   "swift_version": "5"