From 11a4c788b516fffdff8bda1528461e2ee0ed77eb Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Fri, 2 Jul 2021 20:30:46 +0300 Subject: [PATCH] fix source files glob --- NYAlertViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NYAlertViewController.podspec b/NYAlertViewController.podspec index d99b63f..b0bcf19 100644 --- a/NYAlertViewController.podspec +++ b/NYAlertViewController.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.social_media_url = "http://nealyoung.me" s.platform = :ios, "9.0" s.source = { :git => "https://github.com/nealyoung/NYAlertViewController.git", :tag => "#{s.version}" } - s.source_files = "NYAlertViewController/*.{h,m}" + s.source_files = "NYAlertViewController/**/*.{h,m}" s.private_header_files = "NYAlertViewController/Private/*.h" s.requires_arc = true end