File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Reflection"
3
- s . version = "0.14.2 "
3
+ s . version = "0.14.3 "
4
4
s . summary = "Advanced Swift Reflection"
5
5
s . description = <<-DESC
6
6
Reflection enables advanced runtime features like dynamic construction of types and manipulating instance properties.
7
7
DESC
8
8
s . homepage = "https://github.com/Zewo/Reflection"
9
9
s . license = { :type => "MIT" , :file => "LICENSE" }
10
10
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 " }
12
12
13
13
s . ios . deployment_target = "8.0"
14
14
s . tvos . deployment_target = "9.0"
You can’t perform that action at this time.
0 commit comments