Skip to content

Commit 9370da8

Browse files
committed
Update podspec.
1 parent 90473bf commit 9370da8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

STNetTaskQueue.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "STNetTaskQueue"
3-
s.version = "0.0.1"
3+
s.version = "0.0.2"
44
s.summary = "Queue for managing network requests"
55

66
s.description = <<-DESC
@@ -13,7 +13,6 @@ Pod::Spec.new do |s|
1313

1414
s.platform = :ios, "7.0"
1515
s.source = { :git => "https://github.com/kevin0571/STNetTaskQueue.git", :tag => s.version }
16-
s.dependency "AFNetworking", "~> 2.0"
1716

1817
s.source_files = "STNetTaskQueue/*.{h,m}"
1918
s.public_header_files = "STNetTaskQueue/*.h"

0 commit comments

Comments
 (0)