Skip to content

Commit dce1663

Browse files
author
pera
committed
Adds support for Xcode 9(Swift 4)
1 parent c6e63be commit dce1663

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to PostalAddressRow will be documented in this file.
33

4+
### [2.0.0](https://github.com/EurekaCommunity/PostalAddressRow/releases/tag/2.0.0)
5+
<!-- Released on 2017-10-09. -->
6+
7+
* Adds support for Xcode 9 (Swift 4).
8+
9+
410
### [1.1.0](https://github.com/EurekaCommunity/PostalAddressRow/releases/tag/1.1.0)
511
<!-- Released on 2017-04-26. -->
612

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" />
66
<a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/swift3-compatible-4BC51D.svg?style=flat" alt="Swift 2 compatible" /></a>
77
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible" /></a>
8-
<a href="https://cocoapods.org/pods/XLActionController"><img src="https://img.shields.io/cocoapods/v/PostalAddressRow.svg" alt="CocoaPods compatible" /></a>
8+
<a href="https://cocoapods.org/pods/PostalAddressRow"><img src="https://img.shields.io/cocoapods/v/PostalAddressRow.svg" alt="CocoaPods compatible" /></a>
99
<a href="https://raw.githubusercontent.com/EurekaCommunity/PostalAddressRow/master/LICENSE"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="License: MIT" /></a>
1010
</p>
1111

@@ -52,8 +52,8 @@ class ViewController: FormViewController {
5252
## Requirements
5353

5454
* iOS 9.0+
55-
* Xcode 8.3+
56-
* Eureka version 2.*
55+
* Xcode 9.0+
56+
* Eureka version 4.*
5757

5858
## Getting involved
5959

@@ -78,7 +78,7 @@ Follow these 3 steps to run Example project: Clone PostalAddressRow repository,
7878
To install PostalAddressRow, simply add the following line to your Podfile:
7979

8080
```ruby
81-
pod 'PostalAddressRow', '~> 1.0'
81+
pod 'PostalAddressRow', '~> 2.0'
8282
```
8383

8484
#### Carthage
@@ -88,7 +88,7 @@ pod 'PostalAddressRow', '~> 1.0'
8888
To install PostalAddressRow, simply add the following line to your Cartfile:
8989

9090
```ogdl
91-
github "EurekaCommunity/PostalAddressRow" ~> 1.0
91+
github "EurekaCommunity/PostalAddressRow" ~> 2.0
9292
```
9393

9494
You will then have to add `PostalAddressRow` and `Eureka` frameworks (from the `Carthage/Builds/iOS` folder) to your project's target embedded binaries.

0 commit comments

Comments
 (0)