From 146943c0bc03a93c48fb6c57db4e39f4b38ba74b Mon Sep 17 00:00:00 2001 From: Srdan Rasic Date: Sat, 31 Oct 2020 17:59:37 +0100 Subject: [PATCH] Update podspec --- Bond.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bond.podspec b/Bond.podspec index c451c214..f3116670 100644 --- a/Bond.podspec +++ b/Bond.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Bond" - s.version = "7.7.1" + s.version = "7.8.1" s.summary = "A Swift binding framework" s.description = <<-DESC @@ -18,10 +18,10 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Srdan Rasic" => "srdan.rasic@gmail.com" } s.social_media_url = "http://twitter.com/srdanrasic" - s.ios.deployment_target = "8.0" + s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.11" s.tvos.deployment_target = "9.0" - s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "7.7.1" } + s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "7.8.1" } s.source_files = "Sources/**/*.{h,m,swift}", "Supporting Files/Bond.h" s.ios.exclude_files = "Sources/Bond/AppKit" s.tvos.exclude_files = "Sources/Bond/AppKit"