Skip to content

Latest commit

Β 

History

History
43 lines (25 loc) Β· 1.79 KB

File metadata and controls

43 lines (25 loc) Β· 1.79 KB

Swift Analytics πŸ“ˆπŸ§

Swift 5.0 license platforms

An analytics abstraction layer for projects based in swift. Can be used in the server and client side.

Inspiration

This is heavily inspired in the Alicerce πŸ— analytics layer πŸ™‡β€

This is probably the best, simple and complete abstraction layer for analytics that the world has ever seen 🌍

What is the purpose of this repo?

The analytics layer in the Alicerce πŸ— is not ready to work in the server side and linux environment.

Alicerce πŸ— is not ready to be imported in modules with Swift Package Manager which is the preferrable dependency manager in the server side world 🌍

This is probably a temporary repository while Alicerce πŸ— is not ready for Swift Package Manager with modules and linux.

Installation 🀝

Currently, it only supports Swift Package Manager

Swift Package Manager

Add the following line to your Package.swift

.package(url: "https://github.com/YouClap/swift-analytics.git", from: "0.1.0")

Then add SwiftAnalytics in the dependencies list of your target

.target(name: "Example", dependencies: ["SwiftAnalytics"]

About πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦

With ❀️ from YouClap Development team