Skip to content

Commit b4d05d7

Browse files
committed
Bump podspec to v1.3.0
1 parent a810e9e commit b4d05d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XcodeCoverage.podspec

+2-2
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.2.2'
3+
s.version = '1.3.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 => 'v1.2.2'}
18+
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.3.0'}
1919

2020
# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
2121
s.preserve_paths = '*', '**'

0 commit comments

Comments
 (0)