Small UI-related pieces reused in many components from MMMTemple.
(This is a part of MMMTemple
suite of iOS libraries we use at MediaMonks.)
Podfile:
source 'https://github.com/mediamonks/MMMSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
...
pod 'MMMCommonUI'
(Use 'MMMCommonUI/ObjC' when Swift wrappers are not needed.)
SPM:
.package(url: "https://github.com/mediamonks/MMMCommonUI", .upToNextMajor(from: "3.6.1"))
TBD