Missing cocoapod dependencies

Issue #154 closed
ssj bb created an issue

If I go to my Erik project I see - 4 unique dependencies. 0 outdated. 0 unknown. - This is a project from GitHub master branch. This file was parsed: Podfile . Last updated at "Nov 27, 2015 - 16:04".

There is in previous version 2 dependencies - https://www.versioneye.com/objective-c/Erik/1.0.1 - https://github.com/phimage/Erik/blob/1.0.1/Podfile - https://github.com/phimage/Erik/blob/1.0.1/Erik.podspec

then no more dependencies in next version instead of 4 (or 3 if test target excluded) - https://www.versioneye.com/objective-c/Erik/1.0.2 - https://github.com/phimage/Erik/blob/1.0.2/Podfile - https://github.com/phimage/Erik/blob/1.0.2/Erik.podspec

If Podfile is used to know the dependencies informations (and not podspec), the only change here is to use some 'def' to factorize target code

And into podspec there is a new subspec

Comments (4)

  1. Log in to comment