Skip to content

Commit

Permalink
fixed podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
waterlou committed Nov 29, 2012
1 parent 8598c9c commit 5243692
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 7 additions & 7 deletions WTGlyphFontSet.podspec
Expand Up @@ -16,28 +16,28 @@ Pod::Spec.new do |s|
fontawesome.resource = 'fontawesome/**/*.{ttf,otf,plist}'
end
s.subspec 'iconic_fill' do |iconic_fill|
iconic_fill.resource = 'iconic_fill/**/iconic_fill.{ttf,otf,plist}'
iconic_fill.resource = 'iconic/**/iconic_fill.{ttf,otf,plist}'
end
s.subspec 'iconic_stroke' do |iconic_stroke|
iconic_stroke.resource = 'iconic_stroke/**/iconic_stroke.{ttf,otf,plist}'
iconic_stroke.resource = 'iconic/**/iconic_stroke.{ttf,otf,plist}'
end
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}'
entypo_social.resource = 'entypo/**/entypo-social.{ttf,otf,plist}'
end
s.subspec 'general_foundicons' do |general_foundicons|
general_foundicons.resource = 'general_foundicons/**/general_foundicons.{ttf,otf,plist}'
general_foundicons.resource = 'foundation/**/general_foundicons.{ttf,otf,plist}'
end
s.subspec 'general_enclosed_foundicons' do |general_enclosed_foundicons|
general_enclosed_foundicons.resource = 'general_enclosed_foundicons/**/general_enclosed_foundicons.{ttf,otf,plist}'
general_enclosed_foundicons.resource = 'foundation/**/general_enclosed_foundicons.{ttf,otf,plist}'
end
s.subspec 'social_foundicons' do |social_foundicons|
social_foundicons.resource = 'social_foundicons/**/social_foundicons.{ttf,otf,plist}'
social_foundicons.resource = 'foundation/**/social_foundicons.{ttf,otf,plist}'
end
s.subspec 'accessibility_foundicons' do |accessibility_foundicons|
accessibility_foundicons.resource = 'accessibility_foundicons/**/accessibility_foundicons.{ttf,otf,plist}'
accessibility_foundicons.resource = 'foundation/**/accessibility_foundicons.{ttf,otf,plist}'
end
s.subspec 'heydings_icons' do |heydings_icons|
heydings_icons.resource = 'heydings_icons/**/*.{ttf,otf,plist}'
Expand Down
2 changes: 0 additions & 2 deletions WTGlyphFontSetDemo.xcodeproj/project.pbxproj
Expand Up @@ -72,7 +72,6 @@
4918ACAF166764200016CF63 /* heydings_icons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = heydings_icons.ttf; sourceTree = "<group>"; };
4918ACB3166769CC0016CF63 /* modernpics.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = modernpics.otf; sourceTree = "<group>"; };
4918ACB4166769CC0016CF63 /* modernpics.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = modernpics.plist; sourceTree = "<group>"; };
4918ACB7166775700016CF63 /* README.mdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.mdown; sourceTree = "<group>"; };
495AC8A61666461B007164DA /* WTGlyphFontSetDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WTGlyphFontSetDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
495AC8AA1666461B007164DA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
495AC8AC1666461B007164DA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -183,7 +182,6 @@
495AC89B1666461B007164DA = {
isa = PBXGroup;
children = (
4918ACB7166775700016CF63 /* README.mdown */,
4918AC711666F6EA0016CF63 /* Fonts */,
495AC8D01666465B007164DA /* WTGlyphFontSet */,
495AC8B01666461B007164DA /* WTGlyphFontSetDemo */,
Expand Down

0 comments on commit 5243692

Please sign in to comment.