Skip to content

Commit c5b59ab

Browse files
author
Rayhan Nabi
committed
Podspec version bump, Updated README
1 parent 7bf0d87 commit c5b59ab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ An easy-to-use alert framework for iOS written purely in Swift. With native look
1313

1414
## Features
1515

16+
* iOS 13 compatible, supports Dark Mode.
1617
* Title
1718
* Description message
1819
* Banner image below the description message
@@ -23,8 +24,8 @@ An easy-to-use alert framework for iOS written purely in Swift. With native look
2324
## Requirements
2425

2526
* iOS 9.0+
26-
* Xcode 10+
27-
* Swift 5
27+
* Xcode 11.0+
28+
* Swift 5.0
2829
* Objective-C 2.0 (ARC required)
2930

3031
## Installation

RNAlertController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Pod::Spec.new do |spec|
66

77
spec.name = "RNAlertController"
8-
spec.version = "0.6.5"
8+
spec.version = "0.6.6.beta.1"
99
spec.summary = "Custom Alert Framework for iOS"
1010

1111
spec.description = <<-DESC

0 commit comments

Comments
 (0)