- Easily bind ViewModels to UIKit components
To use Trikot.viewmodels
swift extensions, you must export viewmodels
module in your exported framework. See Trikot.patron build.gradle file for a sample use case.
ENV['TRIKOT_FRAMEWORK_NAME']='ReplaceMeByTheFrameworkNameImportedByCocoaPods'
pod 'Trikot/viewmodels', :git => '[email protected]:mirego/trikot.git'
Then, run pod install
.