gitextract_ps5q6ues/ ├── .gitignore ├── LICENSE ├── Popsicle/ │ ├── EasingFunction.swift │ ├── Info.plist │ ├── Interpolable.swift │ ├── Interpolation.swift │ ├── Interpolator.swift │ ├── KeyPath.swift │ └── Popsicle.h ├── Popsicle.podspec ├── Popsicle.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── xcshareddata/ │ └── xcschemes/ │ └── Popsicle.xcscheme ├── PopsicleDemo/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── logo.imageset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ └── LaunchScreen.storyboard │ ├── DRPageScrollView.h │ ├── DRPageScrollView.m │ ├── Info.plist │ ├── PageScrollView.swift │ ├── PageViews.xib │ ├── PopsicleDemo-Bridging-Header.h │ ├── UIView+Utils.swift │ └── ViewController.swift └── README.md