Commit aebd8c84 authored by Keith Smiley's avatar Keith Smiley

Updated example podspec comment

parent 9dc15fd9
...@@ -19,7 +19,7 @@ Pod::Spec.new do |s| ...@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
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
# `LICEN{C,S}E*.*', however if the name is different, specify it. # 'LICENCE*.*' or 'LICENSE*.*', 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