Skip to content

Analytics abstraction layer for Swift πŸ“ˆπŸ§

License

Notifications You must be signed in to change notification settings

YouClap/swift-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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