Latest | 0.5.0 |
---|---|
Homepage | https://github.com/devmjun/Square |
License | MIT |
Platforms | ios 8.0 |
Authors |
Square’s purpose is that to use UIAlertController easily.
Requirements
Square requires iOS 8 or above and is written in Swift 4.2
Installation
CocoaPods
Suqare is available through CocoaPods. To install it, simply add the following line to your podfile:
pod 'Square', '~> 0.5.0'
And run pod install
.
Carthage
Suqare is available through Carthage. Simply install carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
add Suqare to your Cartfile
:
github "devmjun/Square" ~> 0.5.0
And run carthage update
.
Usage
One Button Alert

Latest podspec
{ "name": "Square", "version": "0.5.0", "summary": "Square's purpose is that easily use UIAlertController.", "homepage": "https://github.com/devmjun/Square", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Minjun Ju": "[email protected]" }, "source": { "git": "https://github.com/devmjun/Square.git", "tag": "0.5.0" }, "source_files": "Sources/**/*", "exclude_files": "Sources/**/*.plist", "platforms": { "ios": "8.0" }, "swift_version": "4.2" }
Sat, 17 Nov 2018 02:00:04 +0000