Commit b00b6e2d authored by Fabio Pelosin's avatar Fabio Pelosin

[Spec#create] Fine tuned template.

parent 4b3756f1
...@@ -558,9 +558,10 @@ Pod::Spec.new do |s| ...@@ -558,9 +558,10 @@ Pod::Spec.new do |s|
# A list of paths to preserve after installing the Pod. # A list of paths to preserve after installing the Pod.
# CocoaPods cleans by default any file that is not used. # CocoaPods cleans by default any file that is not used.
# Please don't include documentation, example, and test files.
# Also allows the use of the FileList class like `source_files does. # Also allows the use of the FileList class like `source_files does.
# #
# s.preserve_paths = "examples", "doc" # s.preserve_paths = "FilesToSave", "MoreFilesToSave"
# Specify a list of frameworks that the application needs to link # Specify a list of frameworks that the application needs to link
# against for this Pod to work. # against for this Pod to work.
......
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