File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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"
You can’t perform that action at this time.
0 commit comments