AutoFlex 0.3.6

AutoFlex 0.3.6

Maintained by Liam.



AutoFlex 0.3.6

AutoFlex

Version License Platform

A Swift Autolayout Library for iOS, tvOS and macOS.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 12.0+
  • tvOS 12.0+
  • macOS 11.0+
  • Xcode 14.1+
  • Swift 5.7.1+

Installation

Swift Package Manager

  • File > Swift Packages > Add Package Dependency
  • Add https://github.com/liam-i/AutoFlex.git
  • Select "Up to Next Minor" with "0.3.0"

CocoaPods

AutoFlex is available through CocoaPods. To install it, simply add the following line to your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
use_frameworks!

target 'MyApp' do
  pod 'AutoFlex', '~> 0.3.0'
end

Author

Liam, [email protected]

License

AutoFlex is available under the MIT license. See the LICENSE file for more info.