To integrate Kiwipods in your app add pod 'KiwiPods', :git => 'https://github.com/KiwiTechLLC/KiwiPods.git'
to your pod file.
KiwiPods are supported for Swift 4.2
and iOS 11.0 and above
In case Social
depandency is needed, add following code in podfile
:
pre_install do |installer|
# workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end