This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
v1.2.0
- Fixed cocoapods installation error #30.
- Updated Swift syntax to Swift 1.2 (Fixed by @peacemoon).
- Split Objective-C & Swift Files into separate folders to keep files better organized.
- Renamed
Constants.swift
toChameleonShorthand.swift
Deprecated Methods
ColorScheme(colorSchemeType: ColorScheme, color: UIColor, isFlatScheme: Bool)
- Replaced with:
ColorSchemeOf(colorSchemeType: ColorScheme, color: UIColor, isFlatScheme: Bool)
due to naming constraints.