Skip to content

Commit

Permalink
Fix podspec (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dleis612 authored Jan 26, 2024
1 parent a95e7c3 commit 320fa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ForageSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.readme = "https://raw.githubusercontent.com/teamforage/forage-ios-sdk/main/README.md"
spec.source = { :git => "https://github.com/teamforage/forage-ios-sdk.git", :tag => "4.4.1" }
spec.source_files = ["Sources/ForageSDK/**/*.swift", "DatadogPrivate-Objc/**/*.{h,m}"]
spec.dependency 'VGSCollectSDK', '1.15.2'
spec.dependency 'VGSCollectSDK', '1.15.3'
spec.dependency 'LaunchDarkly', '8.0.1'
spec.dependency 'BasisTheoryElements', '4.1.0'
spec.resource_bundles = {
Expand Down

0 comments on commit 320fa8a

Please sign in to comment.