You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "A framework for easily creating a hybrid app from a mobile friendly web app."
s.swift_version = '5.0'
s.description = <<-DESC
The idea behind Neeman is to help you easily create a usable Hibrid app from an existing web app.
It does this without getting in your way of adding additional native functionality. Try it out with your web app embeded in a native navigation stack.
You can then see if you need to reimplement certain features natively. The best way to save development time and still maintain a beautify user experience
is to keep your content rendered with HTML and implement your navigation natively.
## Getting Started
1. Create an Xcode project with the template best suiting your app.
2. Make one of your view controllers a WebViewController.
3. Set the **User Defined Runtime Attribute** `rootURLString` to the URL you which to display.