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

Support Swift Package Manager #445

Closed mohammad19991 closed 3 years ago

mohammad19991 commented 5 years ago

Add Package.swift to DZNEmptyDataSet

Package Resolution Failed image

kunalverma25 commented 4 years ago

@dzenbot Added a PR to support SPM. https://github.com/dzenbot/DZNEmptyDataSet/pull/447

kunalverma25 commented 4 years ago

@mohammad19991 For now you can use the fork repo "https://github.com/kunalverma25/DZNEmptyDataSet" in SPM. It works well in the meantime.

@dzenbot Can you check and merge the PR.

mohammad19991 commented 4 years ago

thanks @kunalverma25