Explorar el Código

Update version numbers in readme

Ryan Olson (IG) hace 6 años
padre
commit
40b52120d0
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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