From 6def1fa791dae60667d44f918eb995ce379df836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lozano=20Vald=C3=A9s?= Date: Wed, 28 Sep 2016 12:53:32 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 57dc6d1..5de8523 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Version](https://img.shields.io/cocoapods/v/Presentr.svg?style=flat)](http://cocoapods.org/pods/Presentr) +[![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](https://developer.apple.com/swift/) [![Platform](https://img.shields.io/cocoapods/p/Presentr.svg?style=flat)](http://cocoapods.org/pods/Presentr) [![License](https://img.shields.io/cocoapods/l/Presentr.svg?style=flat)](http://cocoapods.org/pods/Presentr) [![codebeat badge](https://codebeat.co/badges/f89d5cdf-b0c3-441d-b4e1-d56dcea48544)](https://codebeat.co/projects/github-com-icalialabs-presentr) @@ -29,6 +30,14 @@ iOS 8 fixed all of this by introducing Custom View Controller Presentations, whi 5. Optionally create *Issue* to discuss feature 6. Submit pull request from your **Feature** branch to Presentr’s **Develop** branch +## Supported Swift Versions + +| Presentr Version | Swift Version | +|----------|:-------------:| +| <= 0.1.8 | Swift 2.2 | +| == 0.1.9 | Swift 2.3 | +| >= 1.0.0 | Swift 3.0 | + ## Installation ### [Cocoapods](http://cocoapods.org) @@ -251,24 +260,13 @@ class ViewController: UIViewController{ -## Requirements -* Xcode 7.3+ -* iOS 8.0+ -* Swift 2.2+ - ## Documentation Read the [docs](http://danielozano.com/PresentrDocs/). Generated with [jazzy](https://github.com/realm/jazzy). -## To Do -- Add more presentation types -- Add more transition types (animations) -- Add other baked in View Controller's for common uses (like the AlertViewController) -- Add Testing - -## Author +## Main Contributors [Daniel Lozano](http://danielozano.com)
-iOS Developer @ [Icalia Labs](http://www.icalialabs.com) +[Gabriel Peart](http://swiftification.org/)

Logo design by [Eduardo Higareda](http://eldelentes.mx)
Alert design by [Noe Araujo](http://www.noearaujo.com) From e58b5563d0f8648657bdb171b51818380ce06ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lozano=20Vald=C3=A9s?= Date: Wed, 28 Sep 2016 12:57:54 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5de8523..e938c4b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ iOS 8 fixed all of this by introducing Custom View Controller Presentations, whi | Presentr Version | Swift Version | |----------|:-------------:| | <= 0.1.8 | Swift 2.2 | -| == 0.1.9 | Swift 2.3 | +| == 0.2.0 | Swift 2.3 | | >= 1.0.0 | Swift 3.0 | ## Installation