/JCRemoteDataSet

Swift project to handle remote data loading, error and empty states

Primary LanguageSwiftMIT LicenseMIT

JCRemoteDataSet

CI Status Version License Platform Carthage compatible

Example

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

Requirements

  • swift >= 3.0

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate JCRemoteDataSet into your Xcode project using CocoaPods, specify it in your Podfile:

use_frameworks!

pod 'JCRemoteDataSet'

Then, run the following command:

$ pod install

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate JCRemoteDataSet into your Xcode project using Carthage, specify it in your Cartfile:

github "jaischeema/JCRemoteDataSet" ~> 0.1

Run carthage update to build the framework and drag the built JCRemoteDataSet.framework into your Xcode project.

Author

Jais Cheema

License

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