CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

SCLayout 4.0.0

SCLayout 4.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2019
SPMSupports SPM

Maintained by Mirela.



SCLayout 4.0.0

  • By
  • Mirela

SCLayout

Simple layout framework with constraint shortcuts.

Requirements

  • Xcode 8.0+
  • Swift 3.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods
platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'SCLayout', '~> 1.0.0'
end

Then, run the following command:

$ pod install

Manually

Copy SCLayout source files to your Xcode project.

License

SCLayout is released under the MIT license. See LICENSE for details.