Skip to content

Commit

Permalink
Fix header structure for RestKit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 23, 2011
1 parent 27cb578 commit 9410943
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RestKit/0.9.3/RestKit.podspec
Expand Up @@ -8,6 +8,10 @@ Pod::Spec.new do |s|

# It has no source_files itself, so the resolver should not allow dependencies on this spec unless it’s a `part_of' type dependency

def s.copy_header_mapping(from)
from.relative_path_from(Pathname.new('Code'))
end

# This creates a new Pod::Specification instance, which has the the following attributes:
# * part_of: 'RestKit', '0.9.3'
# * name: 'RestKit/Network'
Expand Down

0 comments on commit 9410943

Please sign in to comment.