Skip to content

Commit

Permalink
Update Reflection.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhilton authored Dec 3, 2016
1 parent c366e10 commit bdbfd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Reflection.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Reflection"
s.version = "0.14.2"
s.version = "0.14.3"
s.summary = "Advanced Swift Reflection"
s.description = <<-DESC
Reflection enables advanced runtime features like dynamic construction of types and manipulating instance properties.
DESC
s.homepage = "https://github.com/Zewo/Reflection"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Brad Hilton" => "[email protected]" }
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" }

s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
Expand Down

0 comments on commit bdbfd3d

Please sign in to comment.