Skip to content

Commit

Permalink
Tag 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niklassaers committed Mar 17, 2017
1 parent 375cbfc commit e53851b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PackStream.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PackStream"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "PackStream implementation in Swift"

# This description is used to generate tags and improve search results.
Expand All @@ -27,7 +27,7 @@ This implementation is written in Swift, primarily as a dependency for the Swift
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "10.0"

s.source = { :git => "https://github.com/niklassaers/PackStream-Swift.git" }
s.source = { :git => "https://github.com/niklassaers/PackStream-Swift.git", :tag => "#{s.version}" }
s.source_files = "Sources"

end

0 comments on commit e53851b

Please sign in to comment.