Skip to content

Commit c57334b

Browse files
committed
fix podspec.
1 parent 29cbef8 commit c57334b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KYDigitalFontView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.social_media_url = "https://twitter.com/kyo__hei"
99
s.platform = :ios, '7.0'
1010
s.source = { :git => "https://github.com/ykyouhei/KYDigitalFontView.git", :tag => s.version.to_s }
11-
s.source_files = "KYDigitalFontVie/wClasses/*.swift"
11+
s.source_files = "KYDigitalFontVie/Classes/*.swift"
1212
s.requires_arc = true
1313
s.ios.deployment_target = '8.0'
1414
end

0 commit comments

Comments
 (0)