gitextract_ems4_fcw/ ├── .gitignore ├── LICENSE ├── Minamo/ │ ├── Info.plist │ ├── Minamo.h │ └── RippleView.swift ├── Minamo.podspec ├── Minamo.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── MinamoExample/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── images/ │ │ ├── Contents.json │ │ ├── arrow.imageset/ │ │ │ └── Contents.json │ │ └── q.imageset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ └── ViewController.swift ├── MinamoTests/ │ ├── Info.plist │ └── MinamoTests.swift └── README.md