CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

T21Button 2.1.0

T21Button 2.1.0

Maintained by Salvador Martin, Marcos Molero.



T21Button 2.1.0

  • By
  • Edwin Peña

T21Button

T21Button is a helper class to change the background color of UIButton.

Carthage compatible CocoaPods compatible Swift compatible Platform compatible License SwiftPM

Installation

T21Button is available through Carthage, CocoaPods or Swift Package Manager.

Carthage

To install T21Button with Carthage, add the following line to your Cartfile.

github "worldline-spain/T21Button"

Then run carthage update --no-use-binaries command or just carthage update. For details of the installation and usage of Carthage, visit its project page.

CocoaPods

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

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

pod 'T21Button'

Then run pod install command. For details of the installation and usage of CocoaPods, visit its official website.

Swift Package Manager

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

.package(url: "https://github.com/worldline-spain/T21Button-iOS.git", .upToNextMajor(from: "2.0.0"))

For details of the installation and usage of Swift Package Manager, visit its official website.

Authors

  • Edwin Peña - Initial work
  • Salvador Martin - Initial work
  • Patricia De la Rica - Carthage integration
  • Marcos Molero - Carthage integration

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • To Worldline Spain iOS development team.