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
d618f9c7
Commit
d618f9c7
authored
May 24, 2014
by
Olivier Halligon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pod::Command::Spec::Lint::description update
parent
c64bcc19
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
Gemfile.lock
Gemfile.lock
+10
-11
spec.rb
lib/cocoapods/command/spec.rb
+1
-1
No files found.
Gemfile.lock
View file @
d618f9c7
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision: c
6441fe2b6bf8773e730e02a426bacd6fc2a38b2
branch:
CLAide-Argument
revision: c
25117279c38d6fc0ed289e5ad946e1b225eb30f
branch:
master
specs:
claide (0.6.1)
...
...
@@ -27,33 +27,33 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision:
6b2fbda4342ced96df16a55dfa907636dc366b53
revision:
2ae40775be20a4e49b8662f47007ac7480aa7171
branch: master
specs:
cocoapods-downloader (0.6.1)
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision:
84c1da50be78efcca2c420876bedf46d05de093e
branch:
CLAide-Argument
revision:
c38ce91f94a426109ffaa76d1317afd4a7e7b7c5
branch:
master
specs:
cocoapods-plugins (0.2.0)
nap
GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision:
0a0d001230b8caa9a568a502422b5c5860d0c328
branch:
CLAide-Argument
revision:
7489b03f144b9659ae0457bcdafc35f701a6775b
branch:
master
specs:
cocoapods-trunk (0.1.
1
)
json (~> 1.8)
cocoapods-trunk (0.1.
3
)
json
_pure
(~> 1.8)
nap (>= 0.6)
netrc
GIT
remote: https://github.com/CocoaPods/cocoapods-try.git
revision: fbdccaede69bb9a30195e92f050225bda0c5fb3a
branch:
CLAide-Argument
branch:
master
specs:
cocoapods-try (0.3.0)
...
...
@@ -108,7 +108,6 @@ GEM
github-markup (1.2.1)
posix-spawn (~> 0.3.8)
i18n (0.6.4)
json (1.8.1)
json_pure (1.8.1)
kicker (3.0.0)
listen (~> 1.3.0)
...
...
lib/cocoapods/command/spec.rb
View file @
d618f9c7
...
...
@@ -53,7 +53,7 @@ module Pod
self
.
summary
=
'Validates a spec file.'
self
.
description
=
<<-
DESC
Validates `NAME.podspec`. If a
directory is provided
it validates
Validates `NAME.podspec`. If a
`DIRECTORY` is provided,
it validates
the podspec files found, including subfolders. In case
the argument is omitted, it defaults to the current working dir.
DESC
...
...
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