Skip to content

Commit

Permalink
Fixed a bug that managed to slip by my Swift 4 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Janglinator committed Oct 14, 2017
1 parent 366c217 commit deb64a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netfox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "netfox"
s.version = "1.10.1"
s.version = "1.10.2"
s.summary = "A lightweight, one line setup, iOS/OSX network debugging library!"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion netfox/Core/NFXHTTPModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class NFXHTTPModel: NSObject

var randomHash: NSString?

var shortType: NSString = HTTPModelShortType.OTHER.rawValue as NSString
@objc var shortType: NSString = HTTPModelShortType.OTHER.rawValue as NSString

var noResponse: Bool = true

Expand Down

0 comments on commit deb64a4

Please sign in to comment.