2 "name": "SwipeActions",
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",
12 "Alexander Kraev": "lexkraev@gmail.com"
15 "git": "https://github.com/c-villain/SwipeActions.git",
22 "swift_versions": "5",
23 "source_files": "Sources/SwipeActions/**/*",