Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 281 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 281 Bytes

hn

A simple Hacker News client for iOS.

Requirements

  • Xcode
  • Carthage

Building

Fetch and build all dependencies:

carthage bootstrap

Developing

To update all dependencies:

carthage update

To update a single dependency:

carthage update DEPENDENCY