Cocoapods Page Redirecting to Github

Cocoapods page redirecting to github

It takes some time to create your CocoaPods page if you just published it. Try waiting a day or so.

How to make my public Cocoa pods repo have documentation on cocoapods.org instead of directly redirecting to my github page?

I looked at another library and found out that the Documentation parser cocoapods uses could not parse my information because it did not know my swift version.

The error given was:

Error Parsing Pod

Could not find Objective-C Classes.

The solution was to add a file in my github repo named ".swift-version"

With contents:

3.0

Which is the version of swift used in the program.

Can't add MidiParser pod to Podfile

CocoaPods requires pods to be specified with a podspec to describe its Xcode workspace integration. See https://guides.cocoapods.org/making/making-a-cocoapod.html



Related Topics



Leave a reply



Submit