Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Oct 31, 2020
1 parent 1a66a6a commit 146943c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Bond.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 146943c

Please sign in to comment.