Skip to content

Commit bdbfd3d

Browse files
authored
Update Reflection.podspec
1 parent c366e10 commit bdbfd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Reflection.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "Reflection"
3-
s.version = "0.14.2"
3+
s.version = "0.14.3"
44
s.summary = "Advanced Swift Reflection"
55
s.description = <<-DESC
66
Reflection enables advanced runtime features like dynamic construction of types and manipulating instance properties.
77
DESC
88
s.homepage = "https://github.com/Zewo/Reflection"
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010
s.author = { "Brad Hilton" => "[email protected]" }
11-
s.source = { :git => "https://github.com/Zewo/Reflection.git", :tag => "0.14.2" }
11+
s.source = { :git => "https://github.com/Zewo/Reflection.git", :tag => "0.14.3" }
1212

1313
s.ios.deployment_target = "8.0"
1414
s.tvos.deployment_target = "9.0"

0 commit comments

Comments
 (0)