diff --git a/KYWheelTabController.podspec b/KYWheelTabController.podspec index 8d757f4..f1dd9f2 100644 --- a/KYWheelTabController.podspec +++ b/KYWheelTabController.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.social_media_url = "https://twitter.com/kyo__hei" s.platform = :ios s.source = { :git => "https://github.com/ykyouhei/KYWheelTabController.git", :tag => s.version.to_s } - s.source_files = "KYWheelTabController/Classes/*.swift" + s.source_files = "KYWheelTabController/Classes/**/*.swift" s.resources = "KYWheelTabController/Resources/*" s.requires_arc = true s.ios.deployment_target = '8.0'