Skip to content

Commit

Permalink
Fixed Travis' build issue
Browse files Browse the repository at this point in the history
Release 1.12.1
  • Loading branch information
Janglinator committed Sep 14, 2018
1 parent f974234 commit f1a760f
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.12.0"
s.version = "1.12.1"
s.summary = "A lightweight, one line setup, iOS/OSX network debugging library!"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion netfox/iOS/NFXDetailsController_iOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class NFXDetailsController_iOS: NFXDetailsController, MFMailComposeViewControlle
return [self.infoView, self.requestView, self.responseView]
}()

private var sharedContent: String?
internal var sharedContent: String?

override func viewDidLoad()
{
Expand Down

0 comments on commit f1a760f

Please sign in to comment.