gitextract_sjq88rjs/ ├── .circleci/ │ └── config.yml ├── .gitignore ├── .swift-version ├── Configs/ │ ├── Stryng.plist │ └── StryngTests.plist ├── LICENSE ├── Package.swift ├── README.md ├── Sources/ │ └── Stryng.swift ├── Stryng.podspec ├── Stryng.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata/ │ └── xcschemes/ │ ├── Stryng-iOS.xcscheme │ ├── Stryng-macOS.xcscheme │ ├── Stryng-tvOS.xcscheme │ └── Stryng-watchOS.xcscheme └── Tests/ ├── LinuxMain.swift └── StryngTests/ └── StryngTests.swift