swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
951 stars 191 forks source link

Cleanup initializers #79

Closed DivineDominion closed 5 years ago

DivineDominion commented 5 years ago

The unused Variant type was removed and the weird initializer parameter name, really meaning path, was dropped in favor of using URLs. Since in #39 people tried to load bundle resources, it seems, I added that instead.