설치
WepinWidget 은 v1.1.0부터 제공됩니다.
Last updated
Was this helpful?
Was this helpful?
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_ENABLE_EXPLICIT_MODULES'] = 'NO'
end
end
endimport WepinWidget