Migrate header copy configuration into RestKit/Core subspec

This commit is contained in:
Blake Watters
2012-09-11 11:49:42 -04:00
parent 7c6a4c33d4
commit 2c1f79cbb9

View File

@@ -5,10 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'http://www.restkit.org'
s.author = { 'Blake Watters' => 'blakewatters@gmail.com' }
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :branch => 'feature/reboot-networking-layer' }
s.license = 'Apache License, Version 2.0'
s.source_files = 'Code/*.h'
s.header_dir = 'RestKit'
s.license = 'Apache License, Version 2.0'
# Platform setup
s.requires_arc = true
@@ -21,6 +18,9 @@ Pod::Spec.new do |s|
### Subspecs
s.subspec 'Core' do |cs|
cs.source_files = 'Code/*.h'
cs.header_dir = 'RestKit'
cs.dependency 'RestKit/ObjectMapping'
cs.dependency 'RestKit/Network'
cs.dependency 'RestKit/CoreData'