Run carthage update to build the framework and drag the built LocalizationToolkitObjectMapper.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 LocalizationToolkit+ObjectMapper as a dependency is as easy as adding it to the dependencies value of your Package.swift.
LocalizationToolkitObjectMapper
LocalizationToolkit compatible with ObjectMapper
Installation
CocoaPods
To install LocalizationToolkit+ObjectMapper 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 LocalizationToolkit+ObjectMapper into your Xcode project using Carthage, specify it in your
Cartfile
:Run
carthage update
to build the framework and drag the builtLocalizationToolkitObjectMapper.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 LocalizationToolkit+ObjectMapper 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
LocalizationToolkitObjectMapper is licensed under the BSD 3-Clause license.