Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digipolitan/idylle-client-swift


https://github.com/digipolitan/idylle-client-swift

builder carthage cocoapods helper idylle network swift

Last synced: about 20 hours ago
JSON representation

Awesome Lists containing this project

README

        

IdylleClient
=================================

[![Swift Version](https://img.shields.io/badge/swift-4.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
[![Build Status](https://travis-ci.org/Digipolitan/idylle-client-swift.svg?branch=master)](https://travis-ci.org/Digipolitan/idylle-client-swift)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/IdylleClient.svg)](https://img.shields.io/cocoapods/v/IdylleClient.svg)
[![Carthage Compatible](https://img.shields.io/badge/carthage-compatible-brightgreen.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Swift Package Manager Compatible](https://img.shields.io/badge/swift%20package%20manager-compatible-brightgreen.svg?style=flat)](https://swift.org/package-manager/)
[![Platform](https://img.shields.io/cocoapods/p/DGDependencyInjector.svg?style=flat)](http://cocoadocs.org/docsets/IdylleClient)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/Digipolitan)

Idylle client swift is an Helper to communicate with a server side base on Idylle

## Installation

### CocoaPods

To install IdylleClient with CocoaPods, add the following lines to your `Podfile`.

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

pod 'IdylleClient'
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with [Homebrew](http://brew.sh/) using the following command:

```bash
$ brew update
$ brew install carthage
```

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

```
github 'Digipolitan/idylle-client-swift' ~> 1.0
```

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

### Swift Package Manager

The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.

Once you have your Swift package set up, adding IdylleClient as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.

```swift
dependencies: [
.package(url: "https://github.com/Digipolitan/idylle-client-swift.git", from: "1.0.0")
]
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!

This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report
unacceptable behavior to [[email protected]](mailto:[email protected]).

## License

IdylleClient is licensed under the [BSD 3-Clause license](LICENSE).