Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
2dd3f607
Commit
2dd3f607
authored
Aug 23, 2017
by
Danielle Tomlinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CHANGELOG entry
parent
748cbed7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.md
CHANGELOG.md
+5
-0
validator.rb
lib/cocoapods/validator.rb
+1
-1
No files found.
CHANGELOG.md
View file @
2dd3f607
...
@@ -22,6 +22,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -22,6 +22,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Dimitris Koutsogiorgas
](
https://github.com/dnkoutso
)
[
Dimitris Koutsogiorgas
](
https://github.com/dnkoutso
)
[
#6948
](
https://github.com/CocoaPods/CocoaPods/pull/6948
)
[
#6948
](
https://github.com/CocoaPods/CocoaPods/pull/6948
)
*
Fix validation warnings when using --swift-version
[
Danielle Tomlinson
](
https://github.com/dantoml
)
[
#6971
](
https://github.com/CocoaPods/CocoaPods/issue/6971
)
## 1.3.1 (2017-08-02)
## 1.3.1 (2017-08-02)
##### Enhancements
##### Enhancements
...
...
lib/cocoapods/validator.rb
View file @
2dd3f607
...
@@ -16,7 +16,7 @@ module Pod
...
@@ -16,7 +16,7 @@ module Pod
# The default version of Swift to use when linting pods
# The default version of Swift to use when linting pods
#
#
DEFAULT_SWIFT_VERSION
=
'3.0'
DEFAULT_SWIFT_VERSION
=
'3.0'
.
freeze
# @return [Specification::Linter] the linter instance from CocoaPods
# @return [Specification::Linter] the linter instance from CocoaPods
# Core.
# Core.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment