Summary: This partially fixes [#132](https://github.com/facebook/Sonar/issues/132) Yoga.podspec and YogaKit.podspec are being removed from the private repository since now they exist in the CocoaPods master repository Pull Request resolved: https://github.com/facebook/Sonar/pull/156 Reviewed By: passy Differential Revision: D8890062 Pulled By: priteshrnandgaonkar fbshipit-source-id: 15ae1345c9816c1fff324cbdaff188f8ee521373
cocoapods-private-repo
A private CocoaPods repository to host podspecs like SonarKit or any of its dependencies.
In order to publish new podspecs to this private repository you must run pod repo push command:
pod repo push [REPO] [NAME.podspec]. Please refer to the pod repo push --help command in case you need to pass any specific flags to the command.