Skip to content

Commit

Permalink
Remove CocoaPods support
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernson committed Jun 30, 2022
1 parent 326b414 commit 150ec32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
21 changes: 0 additions & 21 deletions Q42Stats.podspec

This file was deleted.

12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Q42Stats

Collect stats for Q42 internal usage, shared accross multiple iOS projects.

## Instalation
## Installation

1. Use SPM or CocoaPods to add `Q42Stats` into your iOS project
1. Use the Swift package manager to add `Q42Stats` into your iOS project
2. Implement your configuration and a SHA256 implementation (see reference implementations below)
3. Include stats collection & submission in your AppDelegate/WindowSceneDelegate like so:

Expand All @@ -16,14 +16,6 @@ Q42Stats(options: .all)

Note: Make sure you have the correct consent from the user before you call `.collect()`.

### CocoaPods

Add to your `Podfile` the following line:

`pod 'Q42Stats', git: 'https://github.com/Q42/Q42Stats.git'`

Also make sure you require iOS 11 or higher as the minimum target using: `platform :ios, '11.0'`

### Swift Package Manager

Add this repo as a dependency through Xcode: `https://github.com/Q42/Q42Stats.git`
Expand Down

0 comments on commit 150ec32

Please sign in to comment.