Skip to content

Commit

Permalink
CHG: Version
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 16f93e0 commit 722bef2
Showing 1 changed file with 2 additions and 2 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.0"
s.version = "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.0' }
s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '1.1' }

s.platform = :ios, '8.0'
s.requires_arc = true
Expand Down

0 comments on commit 722bef2

Please sign in to comment.