We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c6be2 commit 23b017aCopy full SHA for 23b017a
TCBlobDownload.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "TCBlobDownload"
3
- s.version = "1.5.2"
+ s.version = "2.0.0"
4
s.summary = "Competitive large files downloads for iOS"
5
s.homepage = "https://github.com/thibaultCha/TCBlobDownload"
6
s.license = 'MIT'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.ios.deployment_target = '5.1.1'
10
s.source = {
11
:git => "https://github.com/thibaultCha/TCBlobDownload.git",
12
- :tag => "1.5.2"
+ :tag => "2.0.0"
13
}
14
s.source_files = 'TCBlobDownload/TCBlobDownload/**/*.{h,m}'
15
s.requires_arc = true
0 commit comments