Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 395 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 395 Bytes

Software Engineering Daily iOS App

Native iOS app for Software Engineering Daily.

Setup

We are using CocoaPods to manage dependencies.

Clone the repo and then run:

$ sudo gem install cocoapods
$ pod install

CocoaPods requires that you open the SEDaily-IOS.xcworkspace.

$ open SEDaily-IOS.xcworkspace