cocoataster / Pokedex

Playing with Pokemon API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Playing with Pokemon API


Languages

Language:Swift 98.7%Language:Ruby 1.3%