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
1951b816
Commit
1951b816
authored
Nov 27, 2012
by
Keith Smiley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tiny docs fix to reflect being able to handle either spelling of Licen{c,s}e
parent
75f7c742
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Example.podspec
examples/Example.podspec
+2
-2
spec.rb
lib/cocoapods/command/spec.rb
+1
-1
No files found.
examples/Example.podspec
View file @
1951b816
...
...
@@ -13,13 +13,13 @@ Pod::Spec.new do |s|
# s.description = <<-DESC
# An optional longer description of Example.podspec
#
# * Markdo
nw
format.
# * Markdo
wn
format.
# * Don't worry about the indent, we strip it!
# DESC
s
.
homepage
=
"http://EXAMPLE/Example.podspec"
# Specify the license type. CocoaPods detects automatically the license file if it is named
# `LICEN
S
E*.*', however if the name is different, specify it.
# `LICEN
{C,S}
E*.*', however if the name is different, specify it.
s
.
license
=
'MIT (example)'
# s.license = { :type => 'MIT (example)', :file => 'FILE_LICENSE' }
#
...
...
lib/cocoapods/command/spec.rb
View file @
1951b816
...
...
@@ -230,7 +230,7 @@ Pod::Spec.new do |s|
s.homepage = "
#{
data
[
:homepage
]
}
"
# Specify the license type. CocoaPods detects automatically the license file if it is named
# `LICEN
S
E*.*', however if the name is different, specify it.
# `LICEN
{C,S}
E*.*', however if the name is different, specify it.
s.license = 'MIT (example)'
# s.license = { :type => 'MIT (example)', :file => 'FILE_LICENSE' }
#
...
...
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