Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Dec 18, 2014
1 parent 44c6be2 commit 23b017a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TCBlobDownload.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 23b017a

Please sign in to comment.