pietrocaselani / Chuck-Norris-Jokes

iOS app to demonstrate how to do unit unit on iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

Chuck Norris

Simple app to fetch random jokes from Chuck Norris API and demonstrate how to do unit tests iOS applications.

Instructions for setup

To be able to run the playground you must use cocoapods 1.4.0. I do not know exactally why the 1.5.0 do not run.

  • If needed, you can downgrade your cocoapods.
❯ gem uninstall cocoapods
❯ gem install cocoapods -v 1.4.0
  • Then run:
❯ pod deintegrate
❯ pod install

About

iOS app to demonstrate how to do unit unit on iOS


Languages

Language:Swift 93.2%Language:Objective-C 4.3%Language:Ruby 1.8%Language:C 0.6%