Skip to content

Commit

Permalink
Adds support for Xcode 9(Swift 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pera committed Oct 9, 2017
1 parent c6e63be commit dce1663
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to PostalAddressRow will be documented in this file.

### [2.0.0](https://github.com/EurekaCommunity/PostalAddressRow/releases/tag/2.0.0)
<!-- Released on 2017-10-09. -->

* Adds support for Xcode 9 (Swift 4).


### [1.1.0](https://github.com/EurekaCommunity/PostalAddressRow/releases/tag/1.1.0)
<!-- Released on 2017-04-26. -->

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" />
<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>
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible" /></a>
<a href="https://cocoapods.org/pods/XLActionController"><img src="https://img.shields.io/cocoapods/v/PostalAddressRow.svg" alt="CocoaPods compatible" /></a>
<a href="https://cocoapods.org/pods/PostalAddressRow"><img src="https://img.shields.io/cocoapods/v/PostalAddressRow.svg" alt="CocoaPods compatible" /></a>
<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>
</p>

Expand Down Expand Up @@ -52,8 +52,8 @@ class ViewController: FormViewController {
## Requirements

* iOS 9.0+
* Xcode 8.3+
* Eureka version 2.*
* Xcode 9.0+
* Eureka version 4.*

## Getting involved

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

```ruby
pod 'PostalAddressRow', '~> 1.0'
pod 'PostalAddressRow', '~> 2.0'
```

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

```ogdl
github "EurekaCommunity/PostalAddressRow" ~> 1.0
github "EurekaCommunity/PostalAddressRow" ~> 2.0
```

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

0 comments on commit dce1663

Please sign in to comment.