mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-30 13:42:35 +08:00
Adapt CocoaPods pod spec for embedded variant of LibComponentLogging
This commit is contained in:
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
|
|||||||
### Subspecs
|
### Subspecs
|
||||||
|
|
||||||
s.subspec 'Core' do |cs|
|
s.subspec 'Core' do |cs|
|
||||||
cs.source_files = 'Code/*.h'
|
cs.source_files = 'Code/*.h', 'Vendor/LibComponentLogging/Core', 'Vendor/LibComponentLogging/NSLog'
|
||||||
cs.header_dir = 'RestKit'
|
cs.header_dir = 'RestKit'
|
||||||
|
|
||||||
cs.dependency 'RestKit/ObjectMapping'
|
cs.dependency 'RestKit/ObjectMapping'
|
||||||
@@ -37,7 +37,6 @@ Pod::Spec.new do |s|
|
|||||||
ns.source_files = 'Code/Network'
|
ns.source_files = 'Code/Network'
|
||||||
ns.ios.frameworks = 'CFNetwork', 'Security', 'MobileCoreServices', 'SystemConfiguration'
|
ns.ios.frameworks = 'CFNetwork', 'Security', 'MobileCoreServices', 'SystemConfiguration'
|
||||||
ns.osx.frameworks = 'CoreServices', 'Security', 'SystemConfiguration'
|
ns.osx.frameworks = 'CoreServices', 'Security', 'SystemConfiguration'
|
||||||
ns.dependency 'LibComponentLogging-NSLog', '>= 1.0.4'
|
|
||||||
ns.dependency 'SOCKit'
|
ns.dependency 'SOCKit'
|
||||||
ns.dependency 'AFNetworking', :head # '1.0'
|
ns.dependency 'AFNetworking', :head # '1.0'
|
||||||
ns.dependency 'RestKit/ObjectMapping'
|
ns.dependency 'RestKit/ObjectMapping'
|
||||||
|
|||||||
Reference in New Issue
Block a user