Skip to content

Commit

Permalink
Correct name of XcodeCoverage.xcconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Mar 22, 2015
1 parent 7ba0dc7 commit 1377a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.2.1
Version 1.2.2
-------------
_22 Mar 2015_

Expand Down
4 changes: 2 additions & 2 deletions XcodeCoverage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'XcodeCoverage'
s.version = '1.2.1'
s.version = '1.2.2'
s.summary = 'Code coverage for Xcode projects'
s.description = <<-DESC
XcodeCoverage provides a simple way to generate reports of the code coverage
Expand All @@ -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.2.1'}
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.2.2'}

# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
s.preserve_paths = '*', '**'
Expand Down
File renamed without changes.

0 comments on commit 1377a4d

Please sign in to comment.