Skip to content

Latest commit

 

History

History

ChuckNorrisJokes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ChuckNorrisJokes

Level: Beginner
Technologies: Swift 4.0, iOS Summary: A basic example of aerogear-ios-http

What is it?

This project is a very simple app, to show how to do a http call against a simple REST endpoint. The demo is implemented in Swift and uses the aerogear-ios-http library for http layer.

System requirements

  • iOS9, iOS10, iOS11
  • Xcode 9+

Build and Deploy ChuckNorrisJokes

The project uses CocoaPods for handling its dependencies. As a pre-requisite, install CocoaPods and then install the pod. On the root directory of the project run:

pod install

and then double click on the generated .xcworkspace to open in Xcode.