An open API service indexing awesome lists of open source software.

https://github.com/tattn/hackathonstarter

Hackathon starter kit for iOS
https://github.com/tattn/hackathonstarter

hackathon ios swift

Last synced: 3 days ago
JSON representation

Hackathon starter kit for iOS

Awesome Lists containing this project

README

          

HackathonStarter
===

![Platform](https://img.shields.io/badge/platform-iOS-yellow.svg)
![License](https://img.shields.io/badge/License-MIT-blue.svg)
[![Swift Version](https://img.shields.io/badge/Swift-5-F16D39.svg)](https://developer.apple.com/swift)
![Xcode Version](https://img.shields.io/badge/Xcode-10+-red.svg)

Hackathon starter kit for iOS.

## Installation

```bash
$ git clone https://github.com/tattn/HackathonStarter hack
$ cd hack
$ ./tool/setup.sh
```

Edit Cartfile, and run the following:

```bash
$ carthage bootstrap --platform iOS --cache-builds
```

## Reference

**SwiftExtensions**
https://github.com/tattn/SwiftExtensions

HackathonStarter uses **SwiftExtensions**. See it if you wanna know what kind of extensions.

# License

HackathonStarter is released under the MIT license. See LICENSE for details.