bardonadam / mailerlite-ios-client

πŸ—

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailerLite iOS Client πŸ“±

Features

  • βœ… List of subscribers with the ability to filter them by state.
  • βœ… Subscriber's detail (tap on the email / name to copy it to clipboard).
  • βœ… Add / edit / delete subscribers.

Requirements ⚠️

  • Xcode 10.1+
  • Swift 4.2+
  • You need to have installed CocoaPods to be able to download third-party dependencies like Firebase.

How to run the app πŸƒβ€β™€οΈ

  1. Go to the project directory and install third-party dependencies via CocoaPods:
$ pod install
or
$ pod install --repo-update (in case you get warning about out-of-date source repos)
  1. Open the Xcode workspace (MailerLite.xcworkspace) file instead of the project file (MailerLite.xcodeproj):
$ open MailerLite.xcworkspace
  1. Hit the Run button (or Command + R shortcut) to run the app in the simulator.

About

πŸ—


Languages

Language:Swift 99.4%Language:Ruby 0.6%