gitextract_5r7pb8tr/ ├── .github/ │ ├── actions/ │ │ └── setup/ │ │ └── action.yml │ └── workflows/ │ └── main.yml ├── .gitignore ├── Example/ │ ├── Example/ │ │ ├── Assets.xcassets/ │ │ │ ├── AccentColor.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── ContentView.swift │ │ ├── Example.entitlements │ │ ├── ExampleApp.swift │ │ └── LottieLogo1.json │ ├── Example.xcodeproj/ │ │ ├── project.pbxproj │ │ ├── project.xcworkspace/ │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata/ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata/ │ │ └── xcschemes/ │ │ └── Example.xcscheme │ └── Example.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist ├── Gemfile ├── LICENSE ├── Package.swift ├── PrivacyInfo.xcprivacy ├── README.md ├── Rakefile ├── Sources/ │ └── _LottieStub/ │ └── Stub.swift └── Tests/ └── LottieTests.swift