From d472f2aa372f6ab4af83f9b8cec4a3dd039d68b5 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 14 Oct 2015 15:38:23 +0200 Subject: [PATCH] Update readme and podspec --- PSTAlertController.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PSTAlertController.podspec b/PSTAlertController.podspec index 8635ffc..73012f2 100644 --- a/PSTAlertController.podspec +++ b/PSTAlertController.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "PSTAlertController" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "API similar to UIAlertController, backwards compatible to iOS 7. Will use the new shiny API when you run iOS 8. " s.description = <<-DESC We cheat a bit by having PSTAlertController superclass be NSObject, but for most use cases it's still a lot more convenient than using UIAlertView/UIActionSheet. diff --git a/README.md b/README.md index 10031ac..0af208e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It's a commercial library, but sometimes I just love to share. ## Compatbility -Tested with iOS 7 upwards, Xcode 6.1 and ARC. +Tested with iOS 7-9, Xcode 7 and ARC. ## License