Просмотр исходного кода

Update version numbers in readme

Ryan Olson (IG) лет назад: 6
Родитель
Сommit
40b52120d0
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -121,14 +121,14 @@ The code injection is left as an exercise for the reader. :innocent:
 
 ## Installation
 
-FLEX requires an app that targets iOS 7 or higher.
+FLEX requires an app that targets iOS 9 or higher.
 
 ### CocoaPods
 
 FLEX is available on [CocoaPods](https://cocoapods.org/pods/FLEX). Simply add the following line to your podfile:
 
 ```ruby
-pod 'FLEX', '~> 2.0', :configurations => ['Debug']
+pod 'FLEX', '~> 3.0', :configurations => ['Debug']
 ```
 
 ### Carthage
@@ -136,7 +136,7 @@ pod 'FLEX', '~> 2.0', :configurations => ['Debug']
 Add the following to your Cartfile:
 
 ```
-github "flipboard/FLEX" ~> 2.0
+github "flipboard/FLEX" ~> 3.0
 ```
 
 ### Manual