You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's anything the world needs less of it's installation instructions on project READMEs. I strongly cringe at seeing a full CocoaPods one, it's significantly worse when you see them for every package manager under the sun.
e.g.
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
CocoaPods 0.39.0+ is required to build ORStackView 0.1.0+.
To integrate ORStackView into your Xcode project using CocoaPods, specify it in your Podfile:
So, what about if instead you could go to https://cocoapods.org/pods/ORStackView/install - It can offer more advice we can do it for CP and SPM ( and show how to install SPM ) as well as differentiate between test pods, and show working examples of the Podfile
It can be comprehensive, then we can get it into the pod-template.
The text was updated successfully, but these errors were encountered:
If there's anything the world needs less of it's installation instructions on project READMEs. I strongly cringe at seeing a full CocoaPods one, it's significantly worse when you see them for every package manager under the sun.
e.g.
So, what about if instead you could go to https://cocoapods.org/pods/ORStackView/install - It can offer more advice we can do it for CP and SPM ( and show how to install SPM ) as well as differentiate between test pods, and show working examples of the Podfile
It can be comprehensive, then we can get it into the pod-template.
The text was updated successfully, but these errors were encountered: