nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
495 stars 126 forks source link

Support OSX via Cocoapods? #31

Closed akring closed 8 years ago

akring commented 8 years ago

Will this great project support for OSX development via Cocoapods? Really need it:)

pietbrauer commented 8 years ago

Not on my roadmap, but feel free to do a Pull Request ✌️

akring commented 8 years ago

OK,I will give it a try. And before that,how can I add this to my OSX project manually?

pietbrauer commented 8 years ago

You could drop the Xcode project into your project and link the framework with your application. http://stackoverflow.com/questions/3352664/how-to-add-existing-frameworks-in-xcode-4

akring commented 8 years ago

OK,got it. And thanks for your lightning response speed.Danke:)

akring commented 8 years ago

Er...still some problems,should I build this project first?or just clone it and drag the entire folder to my project?I'm a little confused.

pietbrauer commented 8 years ago

I addressed your features in #32