Skip to content

Commit

Permalink
Added workaround to fix google sign-in framework issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushawasthi authored Jan 10, 2019
1 parent 3cd9e34 commit 173eb78
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 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`
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
```

0 comments on commit 173eb78

Please sign in to comment.