Skip to content

leovigna/boilerplate-ios

Repository files navigation

Boilerplate iOS App

My Swift boilerplate sample app. Integrates my favorite libraries:

Motivation

This project was created for personal learning and to enable rapid prototyping during hackathons.

Build Status

Travis build status to be added soon Build Status.

Getting Started

These instructions will get you started.

Prerequisites

You will need XCode to run the simulator and create an iOS app.

Installing

Use Cocoapods to install any dependencies defined in the Podfile at their latest version. Open your terminal, navigate to the project folder and run:

pod install

Running

Use the iPhone simulator on XCode to run the sample app.

Testing

Make sure to add you own keys to interact with the stripe api. To do this edit, the LVConstants.swift file.

static let STRIPE_KEY = <YOUR_PUBLISHABLE_KEY_HERE>

If you run the backend on a server make sure to also edit the Stripe API url field:

static let STRIPE_API_URL = <SERVER_URL>/stripe

Currently no unit tests are implemented.

Screenshots

Include logo/demo screenshot etc.

Code style

Official Swift API Guidelines Swift

Authors

Contribute

At this moment, you are welcome to fork the project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published