Merge branch ‘release/1.0.5’
Idylle client swift is an Helper to communicate with a server side base on Idylle
To install IdylleClient with CocoaPods, add the following lines to your Podfile.
Podfile
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' use_frameworks! pod 'IdylleClient'
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 IdylleClient into your Xcode project using Carthage, specify it in your Cartfile:
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.
carthage update
IdylleClient.framework
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
swift
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.
dependencies
Package.swift
dependencies: [ .package(url: "https://github.com/Digipolitan/idylle-client-swift.git", from: "1.0.0") ]
See CONTRIBUTING.md for more details!
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to contact@digipolitan.com.
IdylleClient is licensed under the BSD 3-Clause license.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
IdylleClient
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
.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:
To integrate IdylleClient into your Xcode project using Carthage, specify it in your
Cartfile
:Run
carthage update
to build the framework and drag the builtIdylleClient.framework
into your Xcode project.Swift Package Manager
The Swift 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 yourPackage.swift
.Contributing
See CONTRIBUTING.md for more details!
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to contact@digipolitan.com.
License
IdylleClient is licensed under the BSD 3-Clause license.