We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c366e10 commit bdbfd3dCopy full SHA for bdbfd3d
Reflection.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = "Reflection"
3
- s.version = "0.14.2"
+ s.version = "0.14.3"
4
s.summary = "Advanced Swift Reflection"
5
s.description = <<-DESC
6
Reflection enables advanced runtime features like dynamic construction of types and manipulating instance properties.
7
DESC
8
s.homepage = "https://github.com/Zewo/Reflection"
9
s.license = { :type => "MIT", :file => "LICENSE" }
10
s.author = { "Brad Hilton" => "[email protected]" }
11
- s.source = { :git => "https://github.com/Zewo/Reflection.git", :tag => "0.14.2" }
+ s.source = { :git => "https://github.com/Zewo/Reflection.git", :tag => "0.14.3" }
12
13
s.ios.deployment_target = "8.0"
14
s.tvos.deployment_target = "9.0"
0 commit comments