Skip to content

Commit

Permalink
FIX: Pod issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Kasketis authored and Christos Kasketis committed Nov 26, 2015
1 parent 722bef2 commit 0fe0b69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 51 deletions.
4 changes: 2 additions & 2 deletions 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.1"
s.version = "1.1.1"
s.summary = "A lightweight, one line setup, iOS network debugging library!"

s.description = <<-DESC
Expand All @@ -11,7 +11,7 @@ DESC
s.screenshots = "https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview0_2.gif"
s.license = 'MIT'
s.author = "Christos Kasketis"
s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '1.1' }
s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '1.1.1' }

s.platform = :ios, '8.0'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion netfox/NFX.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation
import UIKit

let nfxVersion = "1.1"
let nfxVersion = "1.1.1"

@objc
public class NFX: NSObject
Expand Down
48 changes: 0 additions & 48 deletions netfox/NFXBodyDetailsController.swift

This file was deleted.

0 comments on commit 0fe0b69

Please sign in to comment.