Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.19 KB

AboutWindow

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Xcode 8 is required since it's written in Swift 3.

Installation

AboutWindow is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AboutWindow', :git => 'https://github.com/emilpedersen/AboutWindow.git'

How to use

Without website

About.shared.show()

With website

About.shared.show(website: URL(string:"http://www.ambisapp.com"))

Author

Emil Pedersen, [email protected]

License

AboutWindow is available under the MIT license. See the LICENSE file for more info.