Skip to content

Commit a8f71dd

Browse files
committed
Update podspec to 1.2.0, and update readme
1 parent b27e006 commit a8f71dd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
![XcodeCoverage](http://qualitycoding.org/jrwp/wp-content/uploads/2014/03/XcodeCoverage.png)
22

3-
These scripts provide a simple way to generate HTML reports of the code coverage of your Xcode project.
3+
XcodeCoverage provides a simple way to generate reports of the code coverage of your Xcode project. Generated reports include HTML and Cobertura XML.
4+
5+
Coverage data excludes Apple's SDKs, and the exclusion rules can be customized.
46

57

68
Installation: Standard

XcodeCoverage.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'XcodeCoverage'
3-
s.version = '1.0.2'
3+
s.version = '1.2.0'
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 => "#{s.version}"}
18+
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.2.0'}
1919

2020
# These files will be brought into the filesystem, but not added to your .xcodeproj.
2121
s.preserve_paths = 'cleancov', 'envcov.sh', 'exportenv.sh', 'getcov', 'lcov-1.11/*', 'llvm-cov-wrapper.sh', 'run_code_coverage_post.sh'

0 commit comments

Comments
 (0)