I want to use Github’s Mantle framework in my iOS application. I am using XCode 4.5 and iOS SDK 6. How do I go about doing so?
This is the framework: https://github.com/github/Mantle
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should consider using CocoaPods to manage your projects’ dependencies. It works just like Ruby gems, and you only have to do this:
Add a file named
PodfileThen install dependencies
After this last command, don’t use your
.xcodeprojanymore. Use the.xcworkspace.To look for other frameworks