-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the value of the row will now change the tokens correctly (#19)
- Loading branch information
1 parent
3c20990
commit 18e188e
Showing
12 changed files
with
212 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.2 | ||
5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "TokenRow" | ||
s.version = "1.4.0" | ||
s.version = "1.5.0" | ||
s.summary = "An Eureka row that allows the user to select options into a token view." | ||
s.homepage = "https://github.com/EurekaCommunity/TokenRow" | ||
s.license = { type: 'MIT', file: 'LICENSE' } | ||
s.author = { "Xmartlabs SRL" => "[email protected]" } | ||
s.source = { git: "https://github.com/EurekaCommunity/TokenRow.git", tag: s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/EurekaCommunity' | ||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '9.3' | ||
s.requires_arc = true | ||
s.ios.source_files = 'TokenRow/Sources/**/*.{swift}' | ||
s.ios.frameworks = 'UIKit', 'Foundation' | ||
s.dependency 'Eureka', '~> 4.3' | ||
s.dependency 'Eureka', '~> 5.0' | ||
s.dependency 'CLTokenInputView', '~> 2.3' | ||
s.swift_version = "4.2" | ||
s.swift_version = "5.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.