glogJM 0.3.5×Maintained by ‘lzj’.Installation Guide×Installation Guide for glogJMYou want to add pod 'glogJM', '~> 0.3' similar to the following to your Podfile:target 'MyApp' do pod 'glogJM', '~> 0.3' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try glogJMSee PodspecHomepagePage on CocoaPods.orgglogJM 0.3.5ByJimi,GoogleThis 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