babylonhealth / DrawerKit

DrawerKit lets an UIViewController modally present another UIViewController in a manner similar to the way Apple's Maps app works.
https://github.com/Babylonpartners
MIT License
781 stars 44 forks source link

Stop specifying version requirements in the docs. #93

Closed andersio closed 5 years ago

andersio commented 5 years ago

Resolves #92.

Regardless of whether we would eventually bump our prod-deployed release to 1.0, we would be better off not specifying version requirements in the docs for integrating via Carthage and CocoaPods. It should be up to the user to decide whether or not to lock the version after all.