I am planning to migrate my current local Git repository (managed by Xcode 5) to GitHub and found some tutorials on how to do this.
My questions is how can include third-party frameworks which I use with my project in GitHub. The majority of them is not GitHub based, e.g. CorePlot (Google based), Parse.com (Zip Download).
How should I add these frameworks to my GitHub based Framework?