A powerful theme manager of swift projects
##Installation
Swift Package Manager
File > Swift Packages > Add Package Dependency
Add https://github.com/imotoboy/Skins.git
CocoaPods
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target 'MyApp' do
pod 'Skins'
end
##Example