A Swift Autolayout DSL for iOS & OS X
SnapKit is a Domain Specific Language (DSL) that simplifies Auto Layout for iOS and macOS projects. It is compatible with Cocoapods and Carthage and supports both Swift 4.x and Swift 5.x.
To install SnapKit using Cocoapods, use the following steps:
pod 'SnapKit'
pod install
command in your project directory.To install SnapKit using Carthage, follow these steps: