Skip to content

Commit 0b68c01

Browse files
author
Karina Fernandez
committed
Podspec updated to Eureka 3.0.
README and CHANGELOG updated. Example dependencies and podfile updated.
1 parent c7e233e commit 0b68c01

File tree

5 files changed

+28
-22
lines changed

5 files changed

+28
-22
lines changed

CHANGELOG.md

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

4+
### [1.2.0](https://github.com/EurekaCommunity/TokenRow/releases/tag/1.2.0)
5+
<!-- Released on 2017-04-26. -->
6+
7+
* Added Eureka 3.0.0 support
8+
49
### [1.1.0](https://github.com/EurekaCommunity/TokenRow/releases/tag/1.0.0)
510
<!-- Released on 2016-10-07. -->
611

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ To see what you can customize have a look at the [Customization](#customization)
5555

5656
## Dependencies
5757
* [Eureka] 2.x
58-
* [CLTokenInputView] which is a token view pod
58+
* [CLTokenInputView] which is a token view pod
5959

6060
## Requirements
6161

6262
* iOS 8.0+
63-
* Xcode 8+
63+
* Xcode 8.3+
6464

6565
## Getting involved
6666

@@ -116,7 +116,7 @@ final class User {
116116
var id: Int = 0
117117
var name: String = ""
118118
var avatar: String?
119-
119+
120120
// conform to Hashable
121121
var hashValue: Int {
122122
return id
@@ -149,7 +149,7 @@ Many things of this row are very similar to the [SuggestionRow] and the [GoogleP
149149

150150
### General customization
151151

152-
There are several parts of the TokenRow that you can change. First of all, if you want to change the view that contains the tokens then you should have a look at [CLTokenInputView].
152+
There are several parts of the TokenRow that you can change. First of all, if you want to change the view that contains the tokens then you should have a look at [CLTokenInputView].
153153

154154
A thing you must do for each of these rows is provide the options from which the user can choose a token. The conventional way is to specify an array of options to the `options` variable of the row:
155155

@@ -231,4 +231,4 @@ This can be found in the [CHANGELOG.md](CHANGELOG.md) file.
231231
[CLTokenInputView]: https://github.com/clusterinc/CLTokenInputView
232232
[Eureka]: https://github.com/xmartlabs/eureka
233233
[SuggestionRow]: https://github.com/EurekaCommunity/SuggestionRow
234-
[GooglePlacesRow]: https://github.com/EurekaCommunity/GooglePlacesRow
234+
[GooglePlacesRow]: https://github.com/EurekaCommunity/GooglePlacesRow

TokenRow.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TokenRow"
3-
s.version = "1.1.0"
3+
s.version = "1.2.0"
44
s.summary = "An Eureka row that allows the user to select options into a token view."
55
s.homepage = "https://github.com/EurekaCommunity/TokenRow"
66
s.license = { type: 'MIT', file: 'LICENSE' }
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
1111
s.requires_arc = true
1212
s.ios.source_files = 'TokenRow/Sources/**/*.{swift}'
1313
s.ios.frameworks = 'UIKit', 'Foundation'
14-
s.dependency 'Eureka', '~> 2.0.0-beta.1'
14+
s.dependency 'Eureka', '~> 3.0'
1515
s.dependency 'CLTokenInputView', '~> 2.0'
1616
end

TokenRow/Example/Podfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2+
platform :ios, '9.0'
23

34
use_frameworks!
45

56
def pods
67
pod 'Alamofire', '~> 4.0'
7-
pod 'AlamofireImage'
8-
pod 'CLTokenInputView', '~> 2.0'
8+
pod 'AlamofireImage'
9+
pod 'CLTokenInputView', '~> 2.3'
910
pod 'TokenRow', :path => '../../'
1011
end
1112

TokenRow/Example/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
PODS:
2-
- Alamofire (4.0.1)
3-
- AlamofireImage (3.1.0):
4-
- Alamofire (~> 4.0)
2+
- Alamofire (4.4.0)
3+
- AlamofireImage (3.2.0):
4+
- Alamofire (~> 4.1)
55
- CLTokenInputView (2.3.0)
6-
- Eureka (2.0.0-beta.1)
7-
- TokenRow (1.0.0):
6+
- Eureka (3.0.0)
7+
- TokenRow (1.2.0):
88
- CLTokenInputView (~> 2.0)
9-
- Eureka (~> 2.0.0-beta.1)
9+
- Eureka (~> 3.0)
1010

1111
DEPENDENCIES:
1212
- Alamofire (~> 4.0)
1313
- AlamofireImage
14-
- CLTokenInputView (~> 2.0)
14+
- CLTokenInputView (~> 2.3)
1515
- TokenRow (from `../../`)
1616

1717
EXTERNAL SOURCES:
1818
TokenRow:
1919
:path: ../../
2020

2121
SPEC CHECKSUMS:
22-
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
23-
AlamofireImage: bb8c8351c51cb1633bb6be69b6dbbaff37ce65b7
22+
Alamofire: dc44b1600b800eb63da6a19039a0083d62a6a62d
23+
AlamofireImage: 157ed682cc81d3b9db4fb90c1f12180ac552d93b
2424
CLTokenInputView: 9dc1ffb7c9d2d81787e69a63c75bd97b0b2d1e76
25-
Eureka: d014adf16406745e1a78d5790ea37ed130a0a8e5
26-
TokenRow: 7362e08738e1ba31260a13f963d93e5115fd4568
25+
Eureka: f36fd440c3ebb7bfea0a4fbe6f16a05f1cb35906
26+
TokenRow: 1da149ba19993d80dfe8bbca783aa577121d59b4
2727

28-
PODFILE CHECKSUM: ae10cf141332d133506b562d6cf2f2ea98250b24
28+
PODFILE CHECKSUM: 7c14795d8c60aa3f27a7c6ca1f8b31fd4c30ad19
2929

30-
COCOAPODS: 1.1.0.rc.2
30+
COCOAPODS: 1.2.1

0 commit comments

Comments
 (0)