wearebeatcode / UniversalMailComposer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniversalMailComposer Logo

Swift 5.2 Version Platform Carthage Compatible SPM

UniversalMailComposer

ℹ️ Short description of UniversalMailComposer

Features

  • ℹ️ Add UniversalMailComposer features

Example

The example application is the best way to see UniversalMailComposer in action. Simply open the UniversalMailComposer.xcodeproj and run the Example scheme.

Installation

CocoaPods

UniversalMailComposer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'UniversalMailComposer'

Carthage

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

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

github "wearebeatcode/UniversalMailComposer"

Run carthage update --use-xcframeworks to build the framework and drag the built UniversalMailComposer.xcframework bundles from Carthage/Build into the "Frameworks and Libraries" section of your application’s Xcode project.

Swift Package Manager

To integrate using Apple's Swift Package Manager, add the following as a dependency to your Package.swift:

dependencies: [
    .package(url: "https://github.com/wearebeatcode/UniversalMailComposer.git", from: "1.0.0")
]

Alternatively navigate to your Xcode project, select Swift Packages and click the + icon to search for UniversalMailComposer.

Manually

If you prefer not to use any of the aforementioned dependency managers, you can integrate UniversalMailComposer into your project manually. Simply drag the Sources Folder into your Xcode project.

Usage

ℹ️ Describe the usage of your Kit

Contributing

Contributions are very welcome 🙌

License

UniversalMailComposer
Copyright (c) 2022 Beatcode giada@beatcode.it

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

License:MIT License


Languages

Language:Swift 65.9%Language:Ruby 33.9%Language:Shell 0.3%