blob: dc9111f1b4c97adfe394e6c07d052a69486d28e0 [file] [log] [blame]
{
"name": "Swapper",
"version": "1.0.0",
"summary": "UIView that can swap between child views you provide.",
"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.",
"homepage": "https://github.com/levibostian/Swapper-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi Bostian": "levi@curiosityio.com"
},
"source": {
"git": "https://github.com/levibostian/Swapper-iOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.3",
"source_files": "Swapper/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.3"
}