Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.67 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.67 KB

IOS Boilerplate

Boilerplate for IOS universal apps that contains:

Installation:

Clone the repository:

$ git clone https://github.com/adrianortuzar/boilerplate_ios.git

Rename the project

Start your new project before coding with the correct name. Follow this instructions: https://github.com/adrianortuzar/boilerplate-ios/wiki/How-to-change-the-IOS-Bolilerplate-project-name

Install cocoapods: http://cocoapods.org/

You can run the project without install cocoapods.

Before installing CocoaPods I recommend you to check all the libraries and framework in the Podfile. Remove the pods that you do not think you are going to use.

$ cd boilerplate_ios
$ pod install

Licence

Copy Paste Licence. Fell free, enjoy this project, and if you have time improve it.