Skip to content

Commit

Permalink
simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhumber committed Jan 3, 2025
1 parent 11ef015 commit 71b7bc6
Show file tree
Hide file tree
Showing 9 changed files with 254 additions and 391 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

// swift-tools-version:5.9
import PackageDescription

let package = Package(
name: "SimpleAnalytics",
platforms: [
.iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macOS(.v10_15)
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
.macOS(.v10_15)
],
products: [
.library(name: "SimpleAnalytics", targets: ["SimpleAnalytics"])
Expand Down
45 changes: 0 additions & 45 deletions Sources/SimpleAnalytics/Event.swift

This file was deleted.

24 changes: 0 additions & 24 deletions Sources/SimpleAnalytics/RequestDispatcher.swift

This file was deleted.

Loading

0 comments on commit 71b7bc6

Please sign in to comment.