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 s . name = "SwiftKVC"
3- s . version = "3 .0.0"
3+ s . version = "4 .0.0"
44 s . summary = "Key-Value Coding (KVC) for native Swift classes and structs"
55 s . description = <<-DESC
66 SwiftKVC enables Key-Value Coding (KVC) for native Swift classes and structs.
77 DESC
88 s . homepage = "https://github.com/bradhilton/SwiftKVC"
99 s . license = { :type => "MIT" , :file => "LICENSE" }
1010 s . author = { "Brad Hilton" => "brad@skyvive.com" }
11- s . source = { :git => "https://github.com/bradhilton/SwiftKVC.git" , :tag => "3 .0.0" }
11+ s . source = { :git => "https://github.com/bradhilton/SwiftKVC.git" , :tag => "4 .0.0" }
1212 s . ios . deployment_target = "8.0"
1313 s . osx . deployment_target = "10.9"
1414 s . source_files = "SwiftKVC" , "SwiftKVC/**/*.{swift,h,m}"
1515 s . requires_arc = true
16- s . dependency 'Reflection' , '~> 0.14.3 '
16+ s . dependency 'Reflection' , '~> 0.15.0 '
1717end
You can’t perform that action at this time.
0 commit comments