Skip to content

Commit

Permalink
Merge pull request #4 from EurekaCommunity/1.1.0
Browse files Browse the repository at this point in the history
Podspec and cartfile update to Eureka 3.0
  • Loading branch information
mats-claassen authored Apr 26, 2017
2 parents e7bad4f + ea27982 commit 6260479
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to PostalAddressRow will be documented in this file.

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

* Added Eureka 3.0.0 support.

### [1.0.0](https://github.com/EurekaCommunity/PostalAddressRow/releases/tag/1.0.0)
<!-- Released on 2016-01-20. -->

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "xmartlabs/Eureka" "master"
github "xmartlabs/Eureka" ~> 3.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "xmartlabs/Eureka" "07846d3ce2ac9adcfb1ad61920add96dc549b410"
github "xmartlabs/Eureka" "3.0.0"
4 changes: 2 additions & 2 deletions PostalAddressRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PostalAddressRow"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "An Eureka row that shows a series of UITextField's for the user to enter postal address information."
s.homepage = "https://github.com/EurekaCommunity/PostalAddressRow"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
'PostalAddressRow' => ['Sources/**/*.xib']
}
# s.ios.frameworks = 'UIKit', 'Foundation'
s.dependency 'Eureka', '~> 2.0.0-beta.1'
s.dependency 'Eureka', '3.0'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ViewController: FormViewController {
## Requirements

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

## Getting involved
Expand Down

0 comments on commit 6260479

Please sign in to comment.