Skip to content

Commit

Permalink
Fix AWSiOSSDK 1.4.5 and 1.4.6 specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjustin-nerdery committed Mar 13, 2013
1 parent 4ee9cb2 commit 7fa6357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AWSiOSSDK/1.4.5/AWSiOSSDK.podspec
Expand Up @@ -13,8 +13,10 @@ Pod::Spec.new do |s|
s.header_mappings_dir = 'src/include'

s.prefix_header_contents = <<-PCH
#ifdef __OBJC__
#import "AmazonLogger.h"
#import "AmazonErrorHandler.h"
#endif
PCH

s.subspec 'Runtime' do |ss|
Expand Down
2 changes: 2 additions & 0 deletions AWSiOSSDK/1.4.6/AWSiOSSDK.podspec
Expand Up @@ -13,8 +13,10 @@ Pod::Spec.new do |s|
s.header_mappings_dir = 'src/include'

s.prefix_header_contents = <<-PCH
#ifdef __OBJC__
#import "AmazonLogger.h"
#import "AmazonErrorHandler.h"
#endif
PCH

s.subspec 'Runtime' do |ss|
Expand Down

0 comments on commit 7fa6357

Please sign in to comment.