mxcl / Path.swift

Delightful, robust, cross-platform and chainable file-pathing functions.
The Unlicense
946 stars 36 forks source link

tiny typo #20

Closed ConfusedVorlon closed 5 years ago

ConfusedVorlon commented 5 years ago

In your installation instructions, you have

pod 'Path.swift' ~> '0.5.0'

where it should be

pod 'Path.swift', '~> 0.5.0' or pod 'Path.swift', '~> 0.9.0'