Sha256: 53b923bd707828456741e42042e2a3d4d57691de0583f8682d849849ff351a69

Contents?: true

Size: 637 Bytes

Versions: 1

Compression:

Stored size: 637 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 develop 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.0.0 lib/ios_analytics_cli/info.rb