From 0418444ed280116bb6035b8dd29d0bbc2755e307 Mon Sep 17 00:00:00 2001 From: Srdan Rasic Date: Thu, 12 Jan 2017 11:29:29 +0100 Subject: [PATCH] Up version. --- Bond.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bond.podspec b/Bond.podspec index 0e1cd653..4b574e21 100644 --- a/Bond.podspec +++ b/Bond.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Bond" - s.version = "6.0.0-beta.2" + s.version = "6.0.0-beta.3" s.summary = "A Swift binding framework" s.description = <<-DESC @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.10" s.tvos.deployment_target = '9.0' - s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "6.0.0-beta.2" } + s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "6.0.0-beta.3" } s.source_files = 'Sources/**/*.swift', 'Bond/*.{h,m,swift}' s.ios.exclude_files = "Sources/AppKit" s.tvos.exclude_files = "Sources/AppKit"