Skip to content

agent/KiwiPods

 
 

Repository files navigation

KiwiPods

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

Releases

No releases published

Packages

No packages published

Languages

  • Swift 89.2%
  • Ruby 10.2%
  • Objective-C 0.6%