Thank you for using Swift 5 Module Template. Before you release your awesome project to the world, complete the following steps.
THIS LIST IS EASY, CHECK IT OFF ONE-BY-ONE BABY! ✔️ ✔️ ✔️
- Open the project in Xcode and add features to AlphaVantageKit
- Make sure you are using Swift 5 (Edit > Convert > To Current Swift Syntax…)
- Fix all build errors and warnings, add tests (yes really)
- Add a screenshot or AT LEAST some picture below in this README
- Delete all this crap up here
- Make one release (full steps are in [CONTRIBUTING.md] in case you forget)
THEN YOU'RE DONE, GO STAR swift5-module-template FOR UPDATES.
To run the example project, clone this repo, and open iOS Example.xcworkspace from the iOS Example directory.
Add this to your project using Swift Package Manager. In Xcode that is simply: File > Swift Packages > Add Package Dependency... and you're done. Alternative installations options are shown below for legacy projects.
If you are already using CocoaPods, just add 'AlphaVantageKit' to your Podfile
then run pod install
.
If you are already using Carthage, just add to your Cartfile
:
github "erysaj/AlphaVantageKit" ~> 0.1
Then run carthage update
to build the framework and drag the built AlphaVantageKit
.framework into your Xcode project.
Eugene Rysaj
AlphaVantageKit is available under the MIT license. See the LICENSE file for more information.