Skip to content

Commit 63bff09

Browse files
committed
Update podspec.
1 parent 9a827d7 commit 63bff09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

STNetTaskQueue.podspec

+1-1
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.2"
3+
s.version = "0.0.3"
44
s.summary = "STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and can be implemented in different protocols."
55

66
s.description = <<-DESC

STNetTaskQueueExample/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
platform :ios, '7.0'
2-
pod 'STNetTaskQueue', '~> 0.0.2'
2+
pod 'STNetTaskQueue'

0 commit comments

Comments
 (0)