diff --git a/TCBlobDownload.podspec b/TCBlobDownload.podspec index 0f277ff9..e68375d3 100644 --- a/TCBlobDownload.podspec +++ b/TCBlobDownload.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TCBlobDownload" - s.version = "1.5.2" + s.version = "2.0.0" s.summary = "Competitive large files downloads for iOS" s.homepage = "https://github.com/thibaultCha/TCBlobDownload" s.license = 'MIT' @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '5.1.1' s.source = { :git => "https://github.com/thibaultCha/TCBlobDownload.git", - :tag => "1.5.2" + :tag => "2.0.0" } s.source_files = 'TCBlobDownload/TCBlobDownload/**/*.{h,m}' s.requires_arc = true