Skip to content

Commit

Permalink
CHG: Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Kasketis committed Nov 27, 2015
1 parent 3f60312 commit 2e40ca7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Very useful and handy for network related issues and bugs

Implemented in Swift 2.1 - bridged also for Objective-C

Current version: 1.3.1
Current version: 1.3.2

Feel free to contribute :)

#### Overview
![](https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview0_2.gif)
![](https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview1_3.gif)

#### Installation

Expand Down
Binary file removed assets/overview0_2.gif
Binary file not shown.
Binary file added assets/overview1_3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions netfox.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "netfox"
s.version = "1.3.1"
s.version = "1.3.2"
s.summary = "A lightweight, one line setup, iOS network debugging library!"

s.description = <<-DESC
A lightweight, one line setup, network debugging library that provides a quick look on all executed network requests performed by your app. It grabs all requests - of course yours, requests from 3rd party libraries (such as AFNetworking or else), UIWebViews, and more. Very useful and handy for network related issues and bugs.
DESC

s.homepage = "https://github.com/kasketis/netfox"
s.screenshots = "https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview0_2.gif"
s.screenshots = "https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview1_3.gif"
s.license = 'MIT'
s.author = "Christos Kasketis"
s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '1.3.1' }
s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '1.3.2' }

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.3"
let nfxVersion = "1.3.2"

@objc
public class NFX: NSObject
Expand Down

0 comments on commit 2e40ca7

Please sign in to comment.