Skip to content

Commit 146943c

Browse files
committed
Update podspec
1 parent 1a66a6a commit 146943c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Bond.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Bond"
4-
s.version = "7.7.1"
4+
s.version = "7.8.1"
55
s.summary = "A Swift binding framework"
66

77
s.description = <<-DESC
@@ -18,10 +18,10 @@ Pod::Spec.new do |s|
1818
s.license = { :type => "MIT", :file => "LICENSE" }
1919
s.author = { "Srdan Rasic" => "srdan.rasic@gmail.com" }
2020
s.social_media_url = "http://twitter.com/srdanrasic"
21-
s.ios.deployment_target = "8.0"
21+
s.ios.deployment_target = "9.0"
2222
s.osx.deployment_target = "10.11"
2323
s.tvos.deployment_target = "9.0"
24-
s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "7.7.1" }
24+
s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "7.8.1" }
2525
s.source_files = "Sources/**/*.{h,m,swift}", "Supporting Files/Bond.h"
2626
s.ios.exclude_files = "Sources/Bond/AppKit"
2727
s.tvos.exclude_files = "Sources/Bond/AppKit"

0 commit comments

Comments
 (0)