Skip to content

alamrezoanul/iOS_Swift_SimplePopup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

README

This README depicts whatever steps are necessary to get this application up and running.

Something universal truth to accept as a developer

First, I wanted to develop a library to fetch data from any api, but later I realize that I shouldn't reinvent the wheel. So I decided to use the framework named "Alamofire" which is mostly accepted by the community.

How do I get set up?

    1. Clone the repo
    1. Install cocoapod by one of the following method you prefer most:
      • a. Follow the installation section of this page https://guides.cocoapods.org/using/getting-started.html But If you are in too hurry, then you can just copy & paste this command to your terminal: $ sudo gem install cocoapods
      • b. Or, if you are a brew fan like me cause it is easier to maintain the updates of packages using brew, then you can just run this command to your terminal: $ brew install cocoapods
    1. CD to the root of this project from command line, Run $ pod update
    1. Open AppstorePreparation.xcworkspace file in your xcode, hit run

Voila!!

Who do I talk to?

Something great to take a look at leisure time

About

Will provide Later!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published