Skip to content

Commit 23b017a

Browse files
committed
2.0.0
1 parent 44c6be2 commit 23b017a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TCBlobDownload.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TCBlobDownload"
3-
s.version = "1.5.2"
3+
s.version = "2.0.0"
44
s.summary = "Competitive large files downloads for iOS"
55
s.homepage = "https://github.com/thibaultCha/TCBlobDownload"
66
s.license = 'MIT'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.ios.deployment_target = '5.1.1'
1010
s.source = {
1111
:git => "https://github.com/thibaultCha/TCBlobDownload.git",
12-
:tag => "1.5.2"
12+
:tag => "2.0.0"
1313
}
1414
s.source_files = 'TCBlobDownload/TCBlobDownload/**/*.{h,m}'
1515
s.requires_arc = true

0 commit comments

Comments
 (0)