TelemetryDeck / SwiftSDK

Swift SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.
https://telemetrydeck.com/
Other
149 stars 30 forks source link

Add a podspec for integration using Cocoapods. #91

Closed chrisvasselli closed 1 year ago

chrisvasselli commented 1 year ago

One hiccup -- it looks like the podspec is failing linting right now, because it looks like Cocoapods has a bug where linting of watchOS doesn't work: https://github.com/CocoaPods/CocoaPods/issues/11558

So, either (1) you could remove watchOS from the spec until this is fixed, or (2) when you push it to trunk, you could push it with the --skip-import-validation option (i.e., pod trunk push --skip-import-validation TelemetryClient.podspec).

I tested this podspec to integrate TelemetryDeck in my own app, and it seems to be working.

winsmith commented 1 year ago

Good thing we're linting using Xcode 13 right now :D~ Thank you SO much, this is fantastic!

chrisvasselli commented 1 year ago

Great, happy to help!