gitextract_q9l42mii/ ├── .gitignore ├── .swift-version ├── .swiftlint.yml ├── LICENSE ├── Pager/ │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── Extensions.swift │ ├── GreyDetailViewController.swift │ ├── GreyViewController.swift │ ├── Images.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Info.plist │ ├── ViewController.swift │ └── library/ │ ├── PagerController.swift │ ├── TabView.swift │ └── Utils.swift ├── Pager.podspec ├── Pager.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── PagerTests/ │ ├── Info.plist │ └── PagerTests.swift └── README.md