瀏覽代碼
Cocoapods: Fix issue <React/RCTConvert.h> not found
See #191.
Fixes issue <React/RCTConvert.h> by adding the missing dependency.
Robert Biehl
7 年之前
No account linked to committer's email address
|
@@ -18,4 +18,5 @@ Pod::Spec.new do |s|
|
18
|
18
|
s.preserve_paths = 'LICENSE', 'package.json'
|
19
|
19
|
s.source_files = '**/*.{h,m}'
|
20
|
20
|
s.exclude_files = 'example/**/*'
|
|
21
|
+ s.dependency 'React'
|
21
|
22
|
end
|