Skip to content

Commit 23b7893

Browse files
authored
Update SwiftKVC.podspec
1 parent 3ac9328 commit 23b7893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SwiftKVC.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::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" => "[email protected]" }
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'
1717
end

0 commit comments

Comments
 (0)