Sha256: 33dd71f933df57210e57f82f1f3d69a15e093918d2e4a5de1fe0b21d090ad674

Contents?: true

Size: 639 Bytes

Versions: 1

Compression:

Stored size: 639 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ios_analytics_cli-1.1.0 lib/ios_analytics_cli/info.rb