-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cocoapods support #4
Comments
I can take a look tonight – I've got experience writing podspecs. |
Oh my god there are tags – thank you. |
Might have to solve Issue #5 in order to do this, since CocoaPods won't install AFNetworking into a specific directory (as the header files are expecting). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried to do this, failed miserably in header search path hell. Cocoapods doesn't seem great at handling a project with two targets that have different platforms. It always has a 'default target', which seemed to do nothing but cause tons of problems. So someone else can tackle this, or I'll do it later on a branch.
The text was updated successfully, but these errors were encountered: