CHG: Version

This commit is contained in:
Christos Kasketis
2015-11-26 13:35:03 +02:00
parent eb6411f001
commit 0d92d17841
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "netfox"
s.version = "0.2"
s.version = "1.0"
s.summary = "A lightweight, one line setup, iOS network debugging library!"
s.description = <<-DESC
@@ -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 => '0.2' }
s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '1.0' }
s.platform = :ios, '8.0'
s.requires_arc = true