diff --git a/BinarySwift.podspec b/BinarySwift.podspec index a458548..81f88ea 100644 --- a/BinarySwift.podspec +++ b/BinarySwift.podspec @@ -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 @@ -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"