-
I remove a pod from my Podfile. But the pod is a dependency of other pod.
So I hope that Cocoapods still install the pod, just no dependency by my project.
But I found it seem not work:
```
Finding P…
-
After use 0.35.0, I found my pod often install some pods with same version!
the md5 changed in the podfile.lock
``` diff
diff --git a/Podfile.lock b/Podfile.lock
index eb04c0d..95c15f7 100644
--- a…
-
I found the dependency still be updated when I run `pod install` on v0.35.0.
The Podfile:
```
pod 'NSLogger-CocoaLumberjack-connector', :git=>"git@gitlab.alibaba-inc.com:chijing.zcj/nslogger-cocoalu…
-
I fork the `CocoaSecurity` and use my local spec on my machine:
Podspec:
```
{
"authors": {
"Kelp": "kelp@phate.org"
},
"homepage": "https://github.com/Whirlwind/CocoaSecurity",…
-
I had installed some pods in v0.34.4:
Podfile:
```
pod 'SecurityGuardSDK'
pod 'MtopSDK', '1.2.0-build-17'
```
Podfile.lock:
```
- SecurityGuardSDK (2.2.1)
- MtopSDK (1.2.0-build-17):
- JSO…