LPEmptyDataSet 0.2.6

LPEmptyDataSet 0.2.6

Maintained by Liam.



  • By
  • Liam

EmptyDataSet

Version License Platform

A Swift version of DZNEmptyDataSet.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 11.0+
  • Xcode 14.0+
  • Swift 5.0+

Installation

Swift Package Manager

  • File > Swift Packages > Add Package Dependency
  • Add https://github.com/liam-i/EmptyDataSet.git
  • Select "Up to Next Minor" with "0.2.5"

CocoaPods

EmptyDataSet is available through CocoaPods. To install it, simply add the following line to your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!

target 'MyApp' do
  pod 'LPEmptyDataSet', '~> 0.2.5'
end

Author

Liam, [email protected]

License

EmptyDataSet is available under the MIT license. See the LICENSE file for more info.