Skip to content

Commit

Permalink
[Fix] GHSidebarNav podspec for deprecated usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoleman committed Jul 16, 2013
1 parent 11e5a22 commit a9acf0d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions GHSidebarNav/1.0.0/GHSidebarNav.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Pod::Spec.new do |s|

s.resources = "GHSidebarNav/Images/*.png"
s.requires_arc = true
def s.post_install(target)
prefix_header = config.project_pods_root + target.prefix_header_filename
prefix_header.open('a') do |file|
file.puts(%{#ifdef __OBJC__\n#import "NSObject+Subscripts.h"\n#endif})
end
end

s.prefix_header_contents = %{#ifdef __OBJC__\n#import "NSObject+Subscripts.h"\n#endif}
end

0 comments on commit a9acf0d

Please sign in to comment.