From 896a133cb827b87964553a29da3522db9f304e93 Mon Sep 17 00:00:00 2001 From: Christopher Truman Date: Thu, 18 Jun 2015 12:36:36 -0700 Subject: [PATCH] Is it 6 or 7? Podspec specifies 7+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b0254..a7848a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ iOS 9 introduced the very cool [UIStackView](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIStackView_Class_Reference/), UIStackView can be used to easily create simple and complex layouts. -As expected `UIStackView` can only be used for iOS9 and up. This project tries to port back the stackview to iOS 6+. +As expected `UIStackView` can only be used for iOS 9 and up. This project tries to port back the stackview to iOS 7+. `OAStackView` aims at replicating all the features in `UIStackView`