diff --git a/CHANGELOG.md b/CHANGELOG.md index 873d07d..e07cf61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -NEXT RELEASE ------------- +Version 1.3.2 +------------- +_01 Feb 2019_ * Fixed for projects using Xcode "New Build System" diff --git a/XcodeCoverage.podspec b/XcodeCoverage.podspec index ba61264..f2b58ca 100644 --- a/XcodeCoverage.podspec +++ b/XcodeCoverage.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = 'XcodeCoverage' - s.version = '1.3.1' + s.version = '1.3.2' s.summary = 'Code coverage for Xcode projects' s.description = <<-DESC - XcodeCoverage provides a simple way to generate reports of the code coverage + XcodeCoverage provides a simple way to generate reports of the Objective-C code coverage of your Xcode project. Generated reports include HTML and Cobertura XML. Coverage data excludes Apple's SDKs, and the exclusion rules can be customized. @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.8' - s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.3.1'} + s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.3.2'} # XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj. s.preserve_paths = '*', '**'