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
- Host: GitHub
- URL: https://github.com/tattn/hackathonstarter
- Owner: tattn
- License: mit
- Created: 2016-06-29T16:01:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T16:51:46.000Z (almost 7 years ago)
- Last Synced: 2025-10-26T16:42:00.373Z (8 months ago)
- Topics: hackathon, ios, swift
- Language: Swift
- Size: 267 KB
- Stars: 41
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HackathonStarter
===


[](https://developer.apple.com/swift)

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.