module Analytics def self.summary <<-Summary CLI tool that generates Analytics files, for iOS project, from a JSON file. Summary end def self.description <<-Desc This gem is developed in order to reduce the time needed to even start with the implementation of Analytics in iOS apps, by generating files, classes, methods & everything else that\'s required to call a specific event, change a user property, or even track an open screen. By calling just 2 commands, analytics init & analytics generate, all of these are generated for You from the appropriately configured JSON file. Desc end end