pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.73k stars 565 forks source link

Why the SnapshotTesting.podspec is removed? #753

Closed emarashliev closed 1 year ago

emarashliev commented 1 year ago

Why has the SnapshotTesting.podspec file been removed from the repo? What's the point? Did you consider that you can break someone's project before taking this decision?

stephencelis commented 1 year ago

@emarashliev We use issues for bug tracking, so I'm going to convert this to a discussion.

We're not aware of how discontinuing future support for CocoaPods can "break someone's project." The podspec still exists for 1.9.0 and earlier:

https://github.com/CocoaPods/Specs/blob/master/Specs/5/6/8/SnapshotTesting/1.9.0/SnapshotTesting.podspec.json

And you are free to maintain your own podspec for more recent versions of SnapshotTesting should you want to integrate it into your CocoaPods flow. (Otherwise you can use SPM, which is widely available and integrates directly into tools like Swift and Xcode.)

Here are some related discussions: