To run the example project, clone the repo, and run pod install
from the Example directory first.
Xcode 8 is required since it's written in Swift 3.
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'
Without website
About.shared.show()
With website
About.shared.show(website: URL(string:"http://www.ambisapp.com"))
Emil Pedersen, [email protected]
AboutWindow is available under the MIT license. See the LICENSE file for more info.