Skip to content

mzander/unleash-client-swift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unleash client for Swift

codecov Carthage compatible CocoaPods Compatible

This is the unofficial Swift client for Unleash. Read more about the Unleash project Version 3.x of the client requires unleash-server >= v3.x

Installation

Using 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 add the Unleash Swift Client into your Xcode project using Carthage, add the following to your Cartfile:

github "silvercar/unleash-client-swift" ~> 1.0 

Run carthage update --platform ios to build the framework and drag the built Unleash.framework into your Xcode project.

Using Cocoapods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 71 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly.

CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby.

Using the default Ruby install can require you to use sudo when installing gems. Further installation instructions are in the guides.

$ sudo gem install cocoapods

To add the Unleash Swift Client into your Xcode project using Cocoapods, add the following to your Podfile:

pod 'UnleashClient'

Run pod install to build a new workspace for your iOS project

Development

Requirements:

Carthage

This project uses carthage for dependency management. See the Carthage Project for more info.

Pre-requisite:

Your github account needs to be configured for SSH access from your development machine.

Quickstart:

If you have Homebrew installed on your Mac, you can install Carthage and get started contributing to the library by running the following commands in your terminal shell.

brew install carthage
carthage bootstrap --platform ios --no-use-binaries

Codecov

TODO

Swiftlint

TODO

About

Unleash client for Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 96.2%
  • Ruby 2.7%
  • Other 1.1%