Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Szaq committed Apr 13, 2016
1 parent 1b0be5b commit 0b9058d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BinarySwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "BinarySwift"
s.version = "0.9.2"
s.version = "0.9.3"
s.summary = "BinarySwift is a pure-swift library for parsing binary data."

s.description = <<-DESC
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"

s.source = { :git => "https://github.com/Szaq/BinarySwift.git", :tag => "v0.9.2" }
s.source = { :git => "https://github.com/Szaq/BinarySwift.git", :tag => "v0.9.3" }
s.source_files = "*.swift"
s.exclude_files = "*Tests.swift"

Expand Down

0 comments on commit 0b9058d

Please sign in to comment.