Latest | 1.2.0 |
---|---|
Homepage | https://github.com/Meniny/SuperAlertController |
License | MIT |
Platforms | ios 8.0, requires ARC |
Introduction
What’s this?
SuperAlertController
is an UIAlertController
extension.
Extensions
Requirements
- iOS 9.0+
- Xcode 9 with Swift 4
Installation
CocoaPods
pod 'SuperAlertController'
Contribution
You are welcome to fork and submit pull requests.
License
SuperAlertController
is open-sourced software, licensed under the MIT
license.
Latest podspec
{ "name": "PresentationSettings", "version": "1.2.0", "summary": "Configuration for UIViewController presentation.", "homepage": "https://github.com/Meniny/SuperAlertController", "license": { "type": "MIT", "file": "LICENSE.md" }, "authors": "Elias Abel", "source": { "git": "https://github.com/Meniny/PresentationSettings.git", "tag": "1.2.0" }, "swift_version": "4.0", "social_media_url": "https://meniny.cn/", "source_files": "PresentationSettings/**/*.{swift}", "resources": "PresentationSettings/**/*.{xib}", "requires_arc": true, "platforms": { "ios": "8.0" }, "description": "The configuration for UIViewController presentation.", "module_name": "PresentationSettings" }
Fri, 09 Mar 2018 05:20:25 +0000