My Swift boilerplate sample app. Integrates my favorite libraries:
This project was created for personal learning and to enable rapid prototyping during hackathons.
Travis build status to be added soon .
These instructions will get you started.
You will need XCode to run the simulator and create an iOS app.
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
Use the iPhone simulator on XCode to run the sample app.
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.
Include logo/demo screenshot etc.
Official Swift API Guidelines Swift
- Leo Vigna - Initial work - boilerplate-ios
At this moment, you are welcome to fork the project.
This project is licensed under the MIT License - see the LICENSE.md file for details