Skip to content

Commit

Permalink
Up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Jan 12, 2017
1 parent 43c2259 commit 0418444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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"
Expand Down

0 comments on commit 0418444

Please sign in to comment.