code update
Showing
| ... | @@ -9,16 +9,24 @@ Pod::Spec.new do |s| | ... | @@ -9,16 +9,24 @@ Pod::Spec.new do |s| |
| s.homepage = package["homepage"] | s.homepage = package["homepage"] | ||
| s.license = package["license"] | s.license = package["license"] | ||
| s.authors = package["author"] | s.authors = package["author"] | ||
| s.platforms = { :ios => "12.4"} | s.platforms = { :ios => "12.4" } | ||
| s.source = { :git => "http://convep.ddns.me:20000/WeiHan/weihan-plugin.git", :tag => "#{s.version}" } | s.source = { :git => "http://convep.ddns.me:20000/WeiHan/weihan-plugin.git", :tag => "#{s.version}" } | ||
| s.source_files = "ios/QmsPlugin/**/*.{h,m,mm,cpp}" | s.source_files = "ios/QmsPlugin/**/*.{h,m,mm,cpp}", "ios/QmsPluginSpec/**/*.{h,mm}" | ||
| s.private_header_files = "ios/QmsPlugin/**/*.h" | s.private_header_files = "ios/QmsPlugin/**/*.h" | ||
| s.dependency "React-Core" | s.public_header_files = "ios/QmsPluginSpec/**/*.h" | ||
| s.dependency "ReactCommon" | |||
| s.preserve_paths = "ios/QmsPluginFramework.xcframework" | s.preserve_paths = "ios/QmsPluginFramework.xcframework" | ||
| s.vendored_frameworks = "ios/QmsPluginFramework.xcframework" | s.vendored_frameworks = "ios/QmsPluginFramework.xcframework" | ||
| s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } | |||
| s.dependency "React-Core" | |||
| s.dependency "ReactCommon" | |||
| s.dependency "React-Codegen" | |||
| s.pod_target_xcconfig = { | |||
| "DEFINES_MODULE" => "YES", | |||
| "CLANG_CXX_LANGUAGE_STANDARD" => "c++17" | |||
| } | |||
| install_modules_dependencies(s) | install_modules_dependencies(s) | ||
| end | end |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Please
register
or
sign in
to comment