Commit 1951b816 authored by Keith Smiley's avatar Keith Smiley

Tiny docs fix to reflect being able to handle either spelling of Licen{c,s}e

parent 75f7c742
...@@ -13,13 +13,13 @@ Pod::Spec.new do |s| ...@@ -13,13 +13,13 @@ Pod::Spec.new do |s|
# s.description = <<-DESC # s.description = <<-DESC
# An optional longer description of Example.podspec # An optional longer description of Example.podspec
# #
# * Markdonw format. # * Markdown format.
# * Don't worry about the indent, we strip it! # * Don't worry about the indent, we strip it!
# DESC # DESC
s.homepage = "http://EXAMPLE/Example.podspec" s.homepage = "http://EXAMPLE/Example.podspec"
# Specify the license type. CocoaPods detects automatically the license file if it is named # Specify the license type. CocoaPods detects automatically the license file if it is named
# `LICENSE*.*', 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 = 'MIT (example)'
# s.license = { :type => 'MIT (example)', :file => 'FILE_LICENSE' } # s.license = { :type => 'MIT (example)', :file => 'FILE_LICENSE' }
# #
......
...@@ -230,7 +230,7 @@ Pod::Spec.new do |s| ...@@ -230,7 +230,7 @@ Pod::Spec.new do |s|
s.homepage = "#{data[:homepage]}" s.homepage = "#{data[:homepage]}"
# Specify the license type. CocoaPods detects automatically the license file if it is named # Specify the license type. CocoaPods detects automatically the license file if it is named
# `LICENSE*.*', 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 = 'MIT (example)'
# s.license = { :type => 'MIT (example)', :file => 'FILE_LICENSE' } # s.license = { :type => 'MIT (example)', :file => 'FILE_LICENSE' }
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment