Skip to content

Commit

Permalink
Add conditional import if not from CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin committed Jul 11, 2024
1 parent fd5005d commit c986505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/StylableSwiftUIAnimated/StylableAnimatedView.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import Foundation
import SwiftUI
import Lottie
#if !COCOAPODS
import StylableSwiftUI
#endif

public struct StylableAnimatedView: View {
public static let defaultSeparator = "_"
Expand Down

0 comments on commit c986505

Please sign in to comment.