lib/cocoapods-binary-cache/helper/podspec.rb in cocoapods-binary-cache-0.1.8 vs lib/cocoapods-binary-cache/helper/podspec.rb in cocoapods-binary-cache-0.1.9
- old
+ new
@@ -1,8 +1,7 @@
module Pod
class Specification
def empty_source_files?
-
unless subspecs.empty?
# return early if there are some files in subpec(s) but process the spec itself
return false unless subspecs.all?(&:empty_source_files?)
end