/Pokedex

Playing with Pokemon API

Primary LanguageSwift

Pokedex

Swift Version

App to list the 150 Pokemon on a Pokedex, retrieving information from a Pokemon API.

Snapshots

Snapshot Snapshot Snapshot

Features

  • List 150 Pokemons
  • Search for a specific name
  • Display Pokemon information

Requirements

  • iOS 10.0
  • Xcode 8

Installation

Cocoapods

You can use CocoaPods to install the following libraries by adding it to your Podfile:

  platform :ios, '10.0'
  use_frameworks!
  pod 'Alamofire', '~> 4.4'
  pod 'SwiftyJSON'