dzenbot / DZNEmptyDataSet

A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display
https://www.cocoacontrols.com/controls/dznemptydataset
MIT License
12.09k stars 1.73k forks source link

Create a new release to make SPM take effect #465

Open iAugux opened 3 years ago

iAugux commented 3 years ago

Hello @dzenbot, Nice to see we're officially supporting SPM! Could you please create a new release so that SPM takes effect? Reference: https://stackoverflow.com/a/61632315/4656574

currently, we're showing error below: https://github.com/xxx/xxx has no Package.swift manifest for version x.x.x

lewis-smith commented 3 years ago

Although a release would definitely be best, you can work around this as follows:

CleanShot 2021-01-14 at 11 08 13@2x
iAugux commented 3 years ago

@lewis-smith Thanks, I knew it works this way 🤣. But a new release would be great.

mikemike396 commented 3 years ago

Any update on a release to support SPM instead of using master?

ghost commented 2 years ago

Hi, Is there any update on this ? I'm having a dependency error as this lib is embedded in my own SDK, which conforms to SPM versioning.

Dependencies could not be resolved because root depends on 'MySDK' 2.1.0..<2.2.0. 'MySDK' >= 2.1.0 cannot be used because package 'MySDK' is required using a stable-version but 'MySDK' depends on an unstable-version package 'dznemptydataset' and no versions of 'MySDK' match the requirement 2.1.1..<2.2.0.

Thank you !