File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.4.0
2
+ -------------
3
+ _ 01 Jan 2020_
4
+
5
+ * Updated lcov to 1.14
6
+ * Updated lcov_cobertura.py to 2.0.3
7
+
8
+
1
9
Version 1.3.2
2
10
-------------
3
11
_ 01 Feb 2019_
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'XcodeCoverage'
3
- s . version = '1.3.2 '
3
+ s . version = '1.4.0 '
4
4
s . summary = 'Code coverage for Xcode projects'
5
5
s . description = <<-DESC
6
6
XcodeCoverage provides a simple way to generate reports of the Objective-C code coverage
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
16
16
s . ios . deployment_target = '6.0'
17
17
s . osx . deployment_target = '10.8'
18
- s . source = { :git => 'https://github.com/jonreid/XcodeCoverage.git' , :tag => 'v1.3.2 ' }
18
+ s . source = { :git => 'https://github.com/jonreid/XcodeCoverage.git' , :tag => 'v1.4.0 ' }
19
19
20
20
# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
21
21
s . preserve_paths = '*' , '**'
You can’t perform that action at this time.
0 commit comments