We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a810e9e commit b4d05d7Copy full SHA for b4d05d7
XcodeCoverage.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'XcodeCoverage'
3
- s.version = '1.2.2'
+ s.version = '1.3.0'
4
s.summary = 'Code coverage for Xcode projects'
5
s.description = <<-DESC
6
XcodeCoverage provides a simple way to generate reports of the code coverage
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
16
s.ios.deployment_target = '6.0'
17
s.osx.deployment_target = '10.8'
18
- s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.2.2'}
+ s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.3.0'}
19
20
# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
21
s.preserve_paths = '*', '**'
0 commit comments