Skip to content

okferret/Skins

Repository files navigation

Skins

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

1. plist file

2. setup

3. model of SKColorable

4. usage