gitextract_6iebs8wl/ ├── .gitignore ├── .swift-version ├── .travis.yml ├── LICENSE.markdown ├── README.markdown ├── Regift/ │ ├── AVAssetImageGeneratorTimePoints.swift │ ├── Info.plist │ ├── Regift.h │ └── Regift.swift ├── Regift.podspec ├── Regift.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata/ │ └── xcschemes/ │ ├── Regift.xcscheme │ └── RegiftOSX.xcscheme ├── RegiftOSX/ │ ├── Info.plist │ └── RegiftOSX.h ├── RegiftOSXTests/ │ └── Info.plist └── RegiftTests/ ├── Info.plist └── RegiftTests.swift