Simple iOS Mercado Libre App. It allows you to search a product and see its details.
The App connects to Mercado Libre's REST Service. In this App only a few GET calls are made with no need of an Access Token.
MacOS Catalina version 10.15.2 XCode Version: 11.2.1 Language: Objective C Ruby Version: 2.6.3p62 (need it for CocoaPods) CocoaPods Version: 1.8.4
- Make sure you have CocoaPods installed on your Mac: Run
pod --version - If not, simply Run
sudo gem install cocoapods.(It will install the lastest version) - For more information, please visit: https://github.com/IntrepidPursuits/cocoapods-introduction
- Clone this repo
- Open shell window and navigate to project folder
- Run
pod install - Open
MeliAppRest.xcworkspaceand run the project on selected device or simulator
Developed by Rodrigo Cámara Robles (ARG) - December 2019.