Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Apr 13, 2015
1 parent fb7a0e7 commit 18eb3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TransporterSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TransporterSwift"
s.version = "0.1"
s.version = "0.1.1"
s.summary = "A library makes uploading and downloading easier"
s.homepage = "https://github.com/nghialv/Transporter"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/nghialv/Transporter.git", :tag => "0.1" }
s.source = { :git => "https://github.com/nghialv/Transporter.git", :tag => "0.1.1" }
s.source_files = "Transporter/*"
s.requires_arc = true
end

0 comments on commit 18eb3af

Please sign in to comment.