File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "Bond"
4
- s . version = "7.7 .1"
4
+ s . version = "7.8 .1"
5
5
s . summary = "A Swift binding framework"
6
6
7
7
s . description = <<-DESC
@@ -18,10 +18,10 @@ Pod::Spec.new do |s|
18
18
s . license = { :type => "MIT" , :file => "LICENSE" }
19
19
s . author = { "Srdan Rasic" => "srdan.rasic@gmail.com" }
20
20
s . social_media_url = "http://twitter.com/srdanrasic"
21
- s . ios . deployment_target = "8 .0"
21
+ s . ios . deployment_target = "9 .0"
22
22
s . osx . deployment_target = "10.11"
23
23
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" }
25
25
s . source_files = "Sources/**/*.{h,m,swift}" , "Supporting Files/Bond.h"
26
26
s . ios . exclude_files = "Sources/Bond/AppKit"
27
27
s . tvos . exclude_files = "Sources/Bond/AppKit"
You can’t perform that action at this time.
0 commit comments