Commit c261fe98 authored by Keith Smiley's avatar Keith Smiley

Merge pull request #662 from Keithbsmiley/master

Example fix
parents 75f7c742 1951b816
......@@ -13,13 +13,13 @@ Pod::Spec.new do |s|
# s.description = <<-DESC
# An optional longer description of Example.podspec
#
# * Markdonw format.
# * Markdown 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
# `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 = { :type => 'MIT (example)', :file => 'FILE_LICENSE' }
#
......
......@@ -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
# `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 = { :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