diff --git a/KYNavigationProgress.podspec b/KYNavigationProgress.podspec index a63c3cd..8f2bdc2 100644 --- a/KYNavigationProgress.podspec +++ b/KYNavigationProgress.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/KYNavigationProgress.git", :tag => s.version.to_s } - s.source_files = "KYDrawerController/*.swift" + s.source_files = "KYNavigationProgress/*.swift" s.requires_arc = true s.ios.deployment_target = '8.0' end