File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1'
6
6
Pod ::Spec . new do |s |
7
7
8
8
s . name = "QIMReactNativeLibrary"
9
- s . version = "3.0.10211669 "
9
+ s . version = "3.0.10211670 "
10
10
s . summary = "Qunar chat App 6.0+ version QIMCommon"
11
11
s . description = <<-DESC
12
12
Qunar QIMCommon解决方案
@@ -28,6 +28,7 @@ Pod::Spec.new do |s|
28
28
29
29
s . subspec "yoga" do |yoga |
30
30
yoga . header_dir = "yoga"
31
+ yoga . module_name = 'yoga'
31
32
yoga . requires_arc = false
32
33
yoga . compiler_flags = [
33
34
'-fno-omit-frame-pointer' ,
@@ -191,6 +192,7 @@ Pod::Spec.new do |s|
191
192
ss . source_files = 'react-native-svg/ios/**/*.{h,m}'
192
193
ss . requires_arc = true
193
194
ss . dependency 'QIMReactNativeLibrary/Core'
195
+ ss . dependency 'QIMReactNativeLibrary/RCTImage'
194
196
end
195
197
196
198
s . subspec "react-native-image-picker" do |ss |
You can’t perform that action at this time.
0 commit comments