Skip to content

Commit

Permalink
put back resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ypitomets committed Dec 26, 2012
1 parent 871faa5 commit daad71a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google-plus-ios-sdk/1.1.0/google-plus-ios-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Pod::Spec.new do |s|
s.author = 'Google Inc.'
s.source = { :http => "https://developers.google.com/+/mobile/ios/sdk/google-plus-ios-sdk-1.1.0.zip" }
s.platform = :ios
s.source_files = 'google-plus-ios-sdk-1.1.0/lib/*.{h}', 'google-plus-ios-sdk-1.1.0/OpenSource/**/*.{h,m}', 'google-plus-ios-sdk-1.1.0/Resources/*.png'
s.source_files = 'google-plus-ios-sdk-1.1.0/lib/*.{h}', 'google-plus-ios-sdk-1.1.0/OpenSource/**/*.{h,m}'
s.resource = 'google-plus-ios-sdk-1.1.0/Resources/*.png'
s.preserve_paths = 'google-plus-ios-sdk-1.1.0/lib/libGooglePlusUniversal.a'
s.library = 'GooglePlusUniversal'
s.framework = 'Security', 'SystemConfiguration'
Expand Down

0 comments on commit daad71a

Please sign in to comment.