File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 1.3.1
2+ -------------
3+ _ 24 Sep 2017_
4+
5+ * Updated lcov to 1.13 for Xcode 8/9 compatibility. _ Thanks to: senmiao_
6+
7+
18Version 1.3.0
29-------------
310_ 29 Feb 2016_
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'XcodeCoverage'
3- s . version = '1.3.0 '
3+ s . version = '1.3.1 '
44 s . summary = 'Code coverage for Xcode projects'
55 s . description = <<-DESC
66 XcodeCoverage provides a simple way to generate reports of the code coverage
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
1616 s . ios . deployment_target = '6.0'
1717 s . osx . deployment_target = '10.8'
18- s . source = { :git => 'https://github.com/jonreid/XcodeCoverage.git' , :tag => 'v1.3.0 ' }
18+ s . source = { :git => 'https://github.com/jonreid/XcodeCoverage.git' , :tag => 'v1.3.1 ' }
1919
2020 # XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
2121 s . preserve_paths = '*' , '**'
You can’t perform that action at this time.
0 commit comments