Skip to content

Commit

Permalink
EVRaw should be public
Browse files Browse the repository at this point in the history
  • Loading branch information
evermeer committed Feb 21, 2017
1 parent 7690627 commit 5e3daf5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EVReflection.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EVReflection"
s.version = "4.3.2"
s.version = "4.3.3"
s.summary = "Reflection based (dictionary, JSON or XML) object mapping (including extensions for Alamofire and Moya with RxSwift or ReactiveSwift)"

s.description = <<-EOS
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/EVWorkaroundHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public protocol EVRaw {
/**
Default implementation for getting the rawValue for any other type
*/
extension EVRaw where Self: RawRepresentable {
public extension EVRaw where Self: RawRepresentable {
var anyRawValue: Any {
get {
return rawValue as Any
Expand Down

0 comments on commit 5e3daf5

Please sign in to comment.