Commit 7eec30aa authored by Fabio Pelosin's avatar Fabio Pelosin

Add temporary placeholders for hooks data

parent 2eec21e1
...@@ -7,6 +7,10 @@ module Pod ...@@ -7,6 +7,10 @@ module Pod
# #
class LibraryData class LibraryData
def dependencies
[]
end
end end
end end
......
...@@ -19,6 +19,12 @@ module Pod ...@@ -19,6 +19,12 @@ module Pod
root_spec.to_s root_spec.to_s
end end
def source_files
[]
end
#--------------------------------------------------------------------------------#
end end
end end
end end
......
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