net-a-porter-mobile / XCTest-Gherkin

Gherkin syntax for XCTestCase
Apache License 2.0
254 stars 64 forks source link

Can't import 0.19.2 with Swift Package Manager #174

Closed pabloviciano closed 4 years ago

pabloviciano commented 4 years ago

The library can't be imported from SPM because there isn't any Package.swift inside the source code.

Please, could you fix it?

Cheers

joaobzao commented 4 years ago

It looks like there's no release tag with Package.swift

As a workaround you can try importing it pointing to master branch instead of a release tag.

⚠️ Obviously this isn't nice since you loose versioning control.

Screenshot 2020-11-03 at 18 04 41

deanWombourne commented 4 years ago

Sigh, that's completely my fault - I've released it as version 0.20.0. Sorry about that :)