Authored by 于良

增加xcconfig配置 review by 草莓

@@ -18,5 +18,10 @@ Pod::Spec.new do |s| @@ -18,5 +18,10 @@ Pod::Spec.new do |s|
18 s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js' 18 s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
19 s.source_files = 'ios/*.{h,m}' 19 s.source_files = 'ios/*.{h,m}'
20 20
  21 + s.xcconfig = { "HEADER_SEARCH_PATHS" => [
  22 + "${PODS_ROOT}/../React/RCTAssert",
  23 + ].join(' ')
  24 + }
  25 +
21 s.dependency 'React' 26 s.dependency 'React'
22 end 27 end