Flipper-Glog 0.5.0.5×Maintained by Pritesh Nandgaonkar, Lorenzo Blasa.Installation Guide×Installation Guide for Flipper-GlogYou want to add pod 'Flipper-Glog', '~> 0.5' similar to the following to your Podfile:target 'MyApp' do pod 'Flipper-Glog', '~> 0.5' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try Flipper-GlogSee PodspecGitHub RepoPage on CocoaPods.orgFlipper-Glog 0.5.0.5ByLorenzo Blasalblasa/glogGitHub RepoThis repository contains a C++ implementation of the Google logging module. Documentation for the implementation is in doc/. See INSTALL for (generic) installation instructions for C++: basically ./configure && make && make install