Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
waterlou committed Nov 29, 2012
1 parent d8a43d6 commit 5772b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WTGlyphFontSet.podspec
Expand Up @@ -24,8 +24,8 @@ Pod::Spec.new do |s|
s.subspec 'entypo' do |entypo|
entypo.resource = 'entypo/**/entypo.{ttf,otf,plist}'
end
s.subspec 'entypo-social' do |entypo-social|
entypo-social.resource = 'entypo-social/**/entypo-social.{ttf,otf,plist}'
s.subspec 'entypo-social' do |entypo_social|
entypo_social.resource = 'entypo-social/**/entypo-social.{ttf,otf,plist}'
end
s.subspec 'general_foundicons' do |general_foundicons|
general_foundicons.resource = 'general_foundicons/**/general_foundicons.{ttf,otf,plist}'
Expand Down

0 comments on commit 5772b44

Please sign in to comment.