4 "summary": "UIView that can swap between child views you provide.",
5 "description": "You know those moments in your app when you have a `UITableView` that has no rows to show? You know those moments when you perform a HTTP network request and you want to show a non-blocking loading view to the user? These are very common scenarios for mobile apps. Swapper is a `UIView` that allows you to swap between a set of other `UIView`s with just 1 line of code.",
6 "homepage": "https://github.com/levibostian/Swapper-iOS",
12 "Levi Bostian": "levi@curiosityio.com"
15 "git": "https://github.com/levibostian/Swapper-iOS.git",
21 "swift_versions": "5.3",
22 "source_files": "Swapper/Classes/**/*",
23 "frameworks": "UIKit",
24 "swift_version": "5.3"