├── .swift-version ├── Pods ├── Sourcery │ ├── bin │ │ ├── Sourcery.app │ │ │ └── Contents │ │ │ │ ├── PkgInfo │ │ │ │ ├── MacOS │ │ │ │ └── Sourcery │ │ │ │ ├── Frameworks │ │ │ │ ├── libswiftos.dylib │ │ │ │ ├── libswiftCore.dylib │ │ │ │ ├── libswiftXPC.dylib │ │ │ │ ├── AEXML.framework │ │ │ │ │ ├── AEXML │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── AEXML │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── AEXML │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── Yams.framework │ │ │ │ │ ├── Yams │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── Yams │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── Yams │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── libswiftAppKit.dylib │ │ │ │ ├── libswiftDarwin.dylib │ │ │ │ ├── libswiftIOKit.dylib │ │ │ │ ├── libswiftMetal.dylib │ │ │ │ ├── libswiftCoreData.dylib │ │ │ │ ├── libswiftCoreImage.dylib │ │ │ │ ├── libswiftDispatch.dylib │ │ │ │ ├── xcproj.framework │ │ │ │ │ ├── xcproj │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── xcproj │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── xcproj │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── PathKit.framework │ │ │ │ │ ├── PathKit │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── PathKit │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── PathKit │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── Stencil.framework │ │ │ │ │ ├── Stencil │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── Stencil │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── Stencil │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── libswiftCoreGraphics.dylib │ │ │ │ ├── libswiftFoundation.dylib │ │ │ │ ├── libswiftObjectiveC.dylib │ │ │ │ ├── libswiftQuartzCore.dylib │ │ │ │ ├── libswiftCoreFoundation.dylib │ │ │ │ ├── Commander.framework │ │ │ │ │ ├── Commander │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── Commander │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── Commander │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SWXMLHash.framework │ │ │ │ │ ├── SWXMLHash │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── SWXMLHash │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── SWXMLHash │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SourceryJS.framework │ │ │ │ │ ├── SourceryJS │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── SourceryJS │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ ├── SourceryJS.swiftmodule │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ │ └── SourceryJS.h │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── SourceryJS │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ ├── SourceryJS.swiftmodule │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ └── SourceryJS.h │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ ├── Modules │ │ │ │ │ │ ├── SourceryJS.swiftmodule │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ ├── Headers │ │ │ │ │ │ └── SourceryJS.h │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SourcerySwift.framework │ │ │ │ │ ├── SourcerySwift │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── SourcerySwift │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ ├── SourcerySwift.swiftmodule │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ ├── Frameworks │ │ │ │ │ │ │ │ └── SourceryRuntime.framework │ │ │ │ │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ │ │ │ │ ├── Versions │ │ │ │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ │ │ │ ├── module.modulemap │ │ │ │ │ │ │ │ │ │ │ └── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ │ │ ├── module.modulemap │ │ │ │ │ │ │ │ │ │ └── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ │ ├── module.modulemap │ │ │ │ │ │ │ │ │ └── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ │ └── SourcerySwift.h │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── SourcerySwift │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ ├── SourcerySwift.swiftmodule │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ ├── Frameworks │ │ │ │ │ │ │ └── SourceryRuntime.framework │ │ │ │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ │ │ │ ├── Versions │ │ │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ │ │ ├── module.modulemap │ │ │ │ │ │ │ │ │ │ └── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ │ └── Headers │ │ │ │ │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ │ ├── module.modulemap │ │ │ │ │ │ │ │ │ └── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ │ └── Headers │ │ │ │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ ├── module.modulemap │ │ │ │ │ │ │ │ └── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ └── SourcerySwift.h │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ ├── Modules │ │ │ │ │ │ ├── SourcerySwift.swiftmodule │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ ├── Headers │ │ │ │ │ │ └── SourcerySwift.h │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SwiftTryCatch.framework │ │ │ │ │ ├── SwiftTryCatch │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── SwiftTryCatch │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── SwiftTryCatch │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── SourceryRuntime.framework │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ │ ├── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── SourceryRuntime │ │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ ├── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ │ │ ├── Headers │ │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ ├── Modules │ │ │ │ │ │ ├── SourceryRuntime.swiftmodule │ │ │ │ │ │ │ ├── x86_64.swiftdoc │ │ │ │ │ │ │ └── x86_64.swiftmodule │ │ │ │ │ │ └── module.modulemap │ │ │ │ │ ├── Headers │ │ │ │ │ │ └── SourceryRuntime.h │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── StencilSwiftKit.framework │ │ │ │ │ ├── StencilSwiftKit │ │ │ │ │ ├── Versions │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ ├── StencilSwiftKit │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ │ └── Current │ │ │ │ │ │ │ ├── StencilSwiftKit │ │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ └── SourceKittenFramework.framework │ │ │ │ │ ├── SourceKittenFramework │ │ │ │ │ ├── Versions │ │ │ │ │ ├── A │ │ │ │ │ │ ├── SourceKittenFramework │ │ │ │ │ │ └── Resources │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Current │ │ │ │ │ │ ├── SourceKittenFramework │ │ │ │ │ │ └── Resources │ │ │ │ │ │ └── Info.plist │ │ │ │ │ └── Resources │ │ │ │ │ └── Info.plist │ │ │ │ └── Resources │ │ │ │ └── libswiftRemoteMirror.dylib │ │ └── sourcery │ ├── Sourcery.build │ │ └── Release │ │ │ └── Sourcery.build │ │ │ └── dgph │ ├── Resources │ │ ├── daemon.gif │ │ └── icon-128.png │ ├── Sourcery.docset │ │ └── Contents │ │ │ ├── Resources │ │ │ ├── Documents │ │ │ │ ├── undocumented.json │ │ │ │ ├── img │ │ │ │ │ ├── gh.png │ │ │ │ │ ├── carat.png │ │ │ │ │ └── dash.png │ │ │ │ └── badge.svg │ │ │ └── docSet.dsidx │ │ │ └── Info.plist │ ├── Templates │ │ ├── AutoCases.stencil │ │ ├── LinuxMain.stencil │ │ └── AutoLenses.stencil │ └── LICENSE ├── Target Support Files │ ├── Nimble │ │ ├── Nimble.modulemap │ │ ├── Nimble-dummy.m │ │ ├── Nimble-prefix.pch │ │ ├── Nimble-umbrella.h │ │ ├── Nimble.xcconfig │ │ └── Info.plist │ ├── FBSnapshotTestCase │ │ ├── FBSnapshotTestCase.modulemap │ │ ├── FBSnapshotTestCase-dummy.m │ │ ├── FBSnapshotTestCase-prefix.pch │ │ ├── FBSnapshotTestCase-umbrella.h │ │ ├── FBSnapshotTestCase.xcconfig │ │ └── Info.plist │ ├── Pods-ADMozaikCollectionViewLayout │ │ ├── Pods-ADMozaikCollectionViewLayout.modulemap │ │ ├── Pods-ADMozaikCollectionViewLayout-dummy.m │ │ ├── Pods-ADMozaikCollectionViewLayout.debug.xcconfig │ │ ├── Pods-ADMozaikCollectionViewLayout.release.xcconfig │ │ ├── Pods-ADMozaikCollectionViewLayout-umbrella.h │ │ ├── Info.plist │ │ └── Pods-ADMozaikCollectionViewLayout-acknowledgements.markdown │ └── Pods-ADMozaikCollectionViewLayoutTests │ │ ├── Pods-ADMozaikCollectionViewLayoutTests.modulemap │ │ ├── Pods-ADMozaikCollectionViewLayoutTests-dummy.m │ │ ├── Pods-ADMozaikCollectionViewLayoutTests-umbrella.h │ │ ├── Info.plist │ │ ├── Pods-ADMozaikCollectionViewLayoutTests.debug.xcconfig │ │ └── Pods-ADMozaikCollectionViewLayoutTests.release.xcconfig ├── FBSnapshotTestCase │ ├── README.md │ ├── FBSnapshotTestCase │ │ ├── Categories │ │ │ ├── UIApplication+StrictKeyWindow.h │ │ │ ├── UIImage+Snapshot.h │ │ │ └── UIApplication+StrictKeyWindow.m │ │ └── FBSnapshotTestCasePlatform.h │ └── LICENSE ├── Nimble │ ├── Sources │ │ ├── NimbleObjectiveC │ │ │ ├── NMBStringify.m │ │ │ ├── NMBExceptionCapture.h │ │ │ ├── NMBStringify.h │ │ │ └── NMBExceptionCapture.m │ │ └── Nimble │ │ │ ├── Utils │ │ │ ├── Functional.swift │ │ │ └── SourceLocation.swift │ │ │ ├── Nimble.h │ │ │ ├── Matchers │ │ │ ├── BeVoid.swift │ │ │ ├── BeNil.swift │ │ │ ├── ElementsEqual.swift │ │ │ ├── Match.swift │ │ │ └── ToSucceed.swift │ │ │ └── Adapters │ │ │ ├── AssertionDispatcher.swift │ │ │ ├── AdapterProtocols.swift │ │ │ └── NimbleEnvironment.swift │ └── Carthage │ │ └── Checkouts │ │ ├── CwlCatchException │ │ └── Sources │ │ │ ├── CwlCatchException │ │ │ └── CwlCatchException.swift │ │ │ └── CwlCatchExceptionSupport │ │ │ └── CwlCatchException.m │ │ └── CwlPreconditionTesting │ │ └── Sources │ │ └── CwlPreconditionTesting │ │ └── Mach │ │ └── CwlPreconditionTesting.h └── Manifest.lock ├── Gemfile ├── Example └── Example │ ├── Assets.xcassets │ ├── Contents.json │ ├── Example Images │ │ ├── Contents.json │ │ ├── 1.imageset │ │ │ ├── 1@2x.jpeg │ │ │ └── Contents.json │ │ ├── 2.imageset │ │ │ ├── 2@2x.jpeg │ │ │ └── Contents.json │ │ ├── 3.imageset │ │ │ ├── 3@2x.jpeg │ │ │ └── Contents.json │ │ ├── 4.imageset │ │ │ ├── 4@2x.jpeg │ │ │ └── Contents.json │ │ ├── 5.imageset │ │ │ ├── 5@2x.jpeg │ │ │ └── Contents.json │ │ ├── 6.imageset │ │ │ ├── 6@2x.jpeg │ │ │ └── Contents.json │ │ ├── 7.imageset │ │ │ ├── 7@2x.jpeg │ │ │ └── Contents.json │ │ ├── 8.imageset │ │ │ ├── 8@2x.jpeg │ │ │ └── Contents.json │ │ ├── 9.imageset │ │ │ ├── 9@2x.jpeg │ │ │ └── Contents.json │ │ ├── 0.imageset │ │ │ ├── 22@2x.jpeg │ │ │ └── Contents.json │ │ ├── 10.imageset │ │ │ ├── 10@2x.jpeg │ │ │ └── Contents.json │ │ ├── 11.imageset │ │ │ ├── 11@2x.jpeg │ │ │ └── Contents.json │ │ ├── 12.imageset │ │ │ ├── 12@2x.jpeg │ │ │ └── Contents.json │ │ ├── 13.imageset │ │ │ ├── 13@2x.jpeg │ │ │ └── Contents.json │ │ ├── 14.imageset │ │ │ ├── 14@2x.jpeg │ │ │ └── Contents.json │ │ ├── 15.imageset │ │ │ ├── 15@2x.jpeg │ │ │ └── Contents.json │ │ ├── 16.imageset │ │ │ ├── 16@2x.jpeg │ │ │ └── Contents.json │ │ ├── 17.imageset │ │ │ ├── 17@2x.jpeg │ │ │ └── Contents.json │ │ ├── 18.imageset │ │ │ ├── 18@2x.jpeg │ │ │ └── Contents.json │ │ ├── 19.imageset │ │ │ ├── 19@2x.jpeg │ │ │ └── Contents.json │ │ ├── 20.imageset │ │ │ ├── 20@2x.jpeg │ │ │ └── Contents.json │ │ └── 21.imageset │ │ │ ├── 21@2x.jpeg │ │ │ └── Contents.json │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── ViewController.swift │ └── Info.plist ├── ADMozaikCollectionViewLayout.xcodeproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcuserdata │ └── antondomashnev.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── ADMozaikCollectionViewLayout.xcworkspace ├── xcshareddata │ └── IDEWorkspaceChecks.plist └── contents.xcworkspacedata ├── ADMozaikCollectionViewLayout ├── Public │ ├── PhantomProtocols.swift │ └── ADMozaikLayoutEnums.swift ├── ADMozaikCollectionViewLayout.h ├── Info.plist └── Sourcery │ └── CodeGenerated │ └── AutoHashable.generated.swift ├── ADMozaikCollectionViewLayoutTests ├── ReferenceImages_64 │ └── ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests │ │ ├── testADMozaikLayoutRepresentationWithComplexLayout@2x.png │ │ ├── testADMozaikLayoutRepresentationWithOneSectionAndHeader@2x.png │ │ ├── testADMozaikLayoutRepresentationWithOrderedContentMode@2x.png │ │ ├── testADMozaikLayoutRepresentationWithZeroNumberOfSections@2x.png │ │ ├── testADMozaikLayoutRepresentationWithoutInsetsAndThreeColumns@2x.png │ │ ├── testADMozaikLayoutRepresentationWithOneSectionAndHeaderAndFooter@2x.png │ │ ├── testADMozaikLayoutRepresentationWithInterLineInsetsAndThreeColumns@2x.png │ │ ├── testADMozaikLayoutRepresentationWithInteritemInsetsAndThreeColumns@2x.png │ │ ├── testADMozaikLayoutRepresentationWithTwoSectionsWithHeaderAndFooters@2x.png │ │ ├── testADMozaikLayoutRepresentationWithThreeSectionsWithDifferentLayout@2x.png │ │ ├── testADMozaikLayoutRepresentationWithTwoSectionsWithSameComplexLayout@2x.png │ │ ├── testADMozaikLayoutRepresentationWithInterLineInsetsAndInterItemInsetsAndFourColumns@2x.png │ │ └── testADMozaikLayoutRepresentationWithInterLineInsetsAndInterItemInsetsAndThreeColumns@2x.png └── Info.plist ├── Podfile ├── ADMozaicCollectionViewLayout.podspec ├── LICENSE ├── CHANGELOG.yml └── Podfile.lock /.swift-version: -------------------------------------------------------------------------------- 1 | 4.2 2 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'cocoapods' 4 | gem 'xcpretty' 5 | -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Pods/Sourcery/Sourcery.build/Release/Sourcery.build/dgph: -------------------------------------------------------------------------------- 1 | DGPH1.04 Aug 22 201814:56:36/Users ilya.puchkadevSourcery -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /Pods/Sourcery/Resources/daemon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/Resources/daemon.gif -------------------------------------------------------------------------------- /Pods/Sourcery/Resources/icon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/Resources/icon-128.png -------------------------------------------------------------------------------- /Pods/Sourcery/Sourcery.docset/Contents/Resources/Documents/undocumented.json: -------------------------------------------------------------------------------- 1 | { 2 | "warnings": [ 3 | 4 | ], 5 | "source_directory": "/Users/ilya.puchka/dev/Sourcery" 6 | } -------------------------------------------------------------------------------- /Pods/Target Support Files/Nimble/Nimble.modulemap: -------------------------------------------------------------------------------- 1 | framework module Nimble { 2 | umbrella header "Nimble-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Nimble/Nimble-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Nimble : NSObject 3 | @end 4 | @implementation PodsDummy_Nimble 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/MacOS/Sourcery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/MacOS/Sourcery -------------------------------------------------------------------------------- /Pods/Sourcery/Sourcery.docset/Contents/Resources/docSet.dsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/Sourcery.docset/Contents/Resources/docSet.dsidx -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/1.imageset/1@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/1.imageset/1@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/2.imageset/2@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/2.imageset/2@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/3.imageset/3@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/3.imageset/3@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/4.imageset/4@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/4.imageset/4@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/5.imageset/5@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/5.imageset/5@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/6.imageset/6@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/6.imageset/6@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/7.imageset/7@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/7.imageset/7@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/8.imageset/8@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/8.imageset/8@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/9.imageset/9@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/9.imageset/9@2x.jpeg -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftos.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftos.dylib -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/0.imageset/22@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/0.imageset/22@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/10.imageset/10@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/10.imageset/10@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/11.imageset/11@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/11.imageset/11@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/12.imageset/12@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/12.imageset/12@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/13.imageset/13@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/13.imageset/13@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/14.imageset/14@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/14.imageset/14@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/15.imageset/15@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/15.imageset/15@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/16.imageset/16@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/16.imageset/16@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/17.imageset/17@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/17.imageset/17@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/18.imageset/18@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/18.imageset/18@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/19.imageset/19@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/19.imageset/19@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/20.imageset/20@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/20.imageset/20@2x.jpeg -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/21.imageset/21@2x.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Example/Example/Assets.xcassets/Example Images/21.imageset/21@2x.jpeg -------------------------------------------------------------------------------- /Pods/Sourcery/Sourcery.docset/Contents/Resources/Documents/img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/Sourcery.docset/Contents/Resources/Documents/img/gh.png -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCore.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCore.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftXPC.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftXPC.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/Sourcery.docset/Contents/Resources/Documents/img/carat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/Sourcery.docset/Contents/Resources/Documents/img/carat.png -------------------------------------------------------------------------------- /Pods/Sourcery/Sourcery.docset/Contents/Resources/Documents/img/dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/Sourcery.docset/Contents/Resources/Documents/img/dash.png -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/AEXML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/AEXML -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Yams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Yams -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftAppKit.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftAppKit.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftDarwin.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftDarwin.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftIOKit.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftIOKit.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftMetal.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftMetal.dylib -------------------------------------------------------------------------------- /Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.modulemap: -------------------------------------------------------------------------------- 1 | framework module FBSnapshotTestCase { 2 | umbrella header "FBSnapshotTestCase-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCoreData.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCoreData.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCoreImage.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCoreImage.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftDispatch.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftDispatch.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/xcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/xcproj -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/PathKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/PathKit -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Stencil -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCoreGraphics.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCoreGraphics.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftFoundation.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftFoundation.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftObjectiveC.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftObjectiveC.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftQuartzCore.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftQuartzCore.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Resources/libswiftRemoteMirror.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Resources/libswiftRemoteMirror.dylib -------------------------------------------------------------------------------- /Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_FBSnapshotTestCase : NSObject 3 | @end 4 | @implementation PodsDummy_FBSnapshotTestCase 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/FBSnapshotTestCase/README.md: -------------------------------------------------------------------------------- 1 | FBSnapshotTestCase 2 | ====================== 3 | 4 | This project has a new name and home! 5 | 6 | You can now find `iOSSnapshotTestCase` [here](https://github.com/uber/ios-snapshot-test-case/). 7 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCoreFoundation.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/libswiftCoreFoundation.dylib -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Commander -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/SWXMLHash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/SWXMLHash -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/SourceryJS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/SourceryJS -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Versions/A/Yams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Versions/A/Yams -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/Versions/A/AEXML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/Versions/A/AEXML -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/Versions/A/PathKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/Versions/A/PathKit -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Versions/A/Stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Versions/A/Stencil -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Versions/Current/Yams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Versions/Current/Yams -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/Versions/A/xcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/Versions/A/xcproj -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/Versions/Current/AEXML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/Versions/Current/AEXML -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/SourcerySwift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/SourcerySwift -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/SwiftTryCatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/SwiftTryCatch -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Versions/A/Commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Versions/A/Commander -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/Versions/A/SWXMLHash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/Versions/A/SWXMLHash -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/StencilSwiftKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/StencilSwiftKit -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/Versions/Current/xcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/Versions/Current/xcproj -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/Versions/Current/PathKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/Versions/Current/PathKit -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/SourceryJS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/SourceryJS -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Versions/Current/Stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Versions/Current/Stencil -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Versions/Current/Commander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Versions/Current/Commander -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/Versions/Current/SWXMLHash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/Versions/Current/SWXMLHash -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/SourceryJS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/SourceryJS -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/SourcerySwift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/SourcerySwift -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/Versions/A/SwiftTryCatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/Versions/A/SwiftTryCatch -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayout/Pods-ADMozaikCollectionViewLayout.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pods_ADMozaikCollectionViewLayout { 2 | umbrella header "Pods-ADMozaikCollectionViewLayout-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/SourceKittenFramework: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/SourceKittenFramework -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/Versions/A/StencilSwiftKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/Versions/A/StencilSwiftKit -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/SourcerySwift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/SourcerySwift -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/Versions/Current/SwiftTryCatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/Versions/Current/SwiftTryCatch -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayout/Pods-ADMozaikCollectionViewLayout-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_ADMozaikCollectionViewLayout : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_ADMozaikCollectionViewLayout 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/Versions/Current/StencilSwiftKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/Versions/Current/StencilSwiftKit -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayoutTests/Pods-ADMozaikCollectionViewLayoutTests.modulemap: -------------------------------------------------------------------------------- 1 | framework module Pods_ADMozaikCollectionViewLayoutTests { 2 | umbrella header "Pods-ADMozaikCollectionViewLayoutTests-umbrella.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Nimble/Nimble-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/Versions/A/SourceKittenFramework: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/Versions/A/SourceKittenFramework -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayoutTests/Pods-ADMozaikCollectionViewLayoutTests-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_ADMozaikCollectionViewLayoutTests : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_ADMozaikCollectionViewLayoutTests 5 | @end 6 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Modules/SourceryJS.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Modules/SourceryJS.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/Versions/Current/SourceKittenFramework: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/Versions/Current/SourceKittenFramework -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Modules/SourceryJS.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Modules/SourceryJS.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Modules/SourcerySwift.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Modules/SourcerySwift.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryJS { 2 | umbrella header "SourceryJS.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryJS.Swift { 9 | header "SourceryJS-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Modules/SourcerySwift.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Modules/SourcerySwift.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/Modules/SourceryJS.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/Modules/SourceryJS.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/Modules/SourceryJS.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/Modules/SourceryJS.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryJS { 2 | umbrella header "SourceryJS.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryJS.Swift { 9 | header "SourceryJS-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/NimbleObjectiveC/NMBStringify.m: -------------------------------------------------------------------------------- 1 | #import "NMBStringify.h" 2 | 3 | #if __has_include("Nimble-Swift.h") 4 | #import "Nimble-Swift.h" 5 | #else 6 | #import 7 | #endif 8 | 9 | NSString *_Nonnull NMBStringify(id _Nullable anyObject) { 10 | return [NMBStringer stringify:anyObject]; 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourcerySwift { 2 | umbrella header "SourcerySwift.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourcerySwift.Swift { 9 | header "SourcerySwift-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/Modules/SourceryJS.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/Modules/SourceryJS.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryJS { 2 | umbrella header "SourceryJS.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryJS.Swift { 9 | header "SourceryJS-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Modules/SourcerySwift.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Modules/SourcerySwift.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/Modules/SourceryJS.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/Modules/SourceryJS.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Modules/SourcerySwift.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Modules/SourcerySwift.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourcerySwift { 2 | umbrella header "SourcerySwift.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourcerySwift.Swift { 9 | header "SourcerySwift-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout/Public/PhantomProtocols.swift: -------------------------------------------------------------------------------- 1 | // 2 | // PhantomProtocols.swift 3 | // ADMozaikCollectionViewLayout 4 | // 5 | // Created by Anton Domashnev on 29.03.17. 6 | // Copyright © 2017 Anton Domashnev. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | protocol AutoEquatable {} 12 | protocol AutoHashable {} 13 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Modules/SourcerySwift.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Modules/SourcerySwift.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Modules/SourcerySwift.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Modules/SourcerySwift.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourcerySwift { 2 | umbrella header "SourcerySwift.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourcerySwift.Swift { 9 | header "SourcerySwift-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/A/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/A/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/Current/SourceryRuntime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/Current/SourceryRuntime -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Utils/Functional.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | #if !swift(>=4.2) 4 | extension Sequence { 5 | internal func allSatisfy(_ predicate: (Element) throws -> Bool) rethrows -> Bool { 6 | for item in self { 7 | if try !predicate(item) { 8 | return false 9 | } 10 | } 11 | return true 12 | } 13 | } 14 | #endif 15 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithComplexLayout@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithComplexLayout@2x.png -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/A/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/module.modulemap: -------------------------------------------------------------------------------- 1 | framework module SourceryRuntime { 2 | umbrella header "SourceryRuntime.h" 3 | 4 | export * 5 | module * { export * } 6 | } 7 | 8 | module SourceryRuntime.Swift { 9 | header "SourceryRuntime-Swift.h" 10 | requires objc 11 | } 12 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithOneSectionAndHeader@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithOneSectionAndHeader@2x.png -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithOrderedContentMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithOrderedContentMode@2x.png -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Nimble.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import "NMBExceptionCapture.h" 3 | #import "NMBStringify.h" 4 | #import "DSL.h" 5 | 6 | #if TARGET_OS_TV 7 | #import "CwlPreconditionTesting_POSIX.h" 8 | #else 9 | #import "CwlPreconditionTesting.h" 10 | #endif 11 | 12 | FOUNDATION_EXPORT double NimbleVersionNumber; 13 | FOUNDATION_EXPORT const unsigned char NimbleVersionString[]; 14 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithZeroNumberOfSections@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithZeroNumberOfSections@2x.png -------------------------------------------------------------------------------- /Example/Example/ViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.swift 3 | // Example 4 | // 5 | // Created by Anton Domashnev on 31/05/16. 6 | // Copyright © 2016 Anton Domashnev. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | import ADMozaikCollectionViewLayout 11 | 12 | enum ADMozaikLayoutType { 13 | case portrait 14 | case landscape 15 | } 16 | 17 | class ViewController: UIViewController {} 18 | 19 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithoutInsetsAndThreeColumns@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithoutInsetsAndThreeColumns@2x.png -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithOneSectionAndHeaderAndFooter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithOneSectionAndHeaderAndFooter@2x.png -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithInterLineInsetsAndThreeColumns@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithInterLineInsetsAndThreeColumns@2x.png -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithInteritemInsetsAndThreeColumns@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithInteritemInsetsAndThreeColumns@2x.png -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithTwoSectionsWithHeaderAndFooters@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithTwoSectionsWithHeaderAndFooters@2x.png -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithThreeSectionsWithDifferentLayout@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithThreeSectionsWithDifferentLayout@2x.png -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithTwoSectionsWithSameComplexLayout@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithTwoSectionsWithSameComplexLayout@2x.png -------------------------------------------------------------------------------- /Pods/Sourcery/Templates/AutoCases.stencil: -------------------------------------------------------------------------------- 1 | {% for enum in types.implementing.AutoCases|enum %} 2 | {{ enum.accessLevel }} extension {{ enum.name }} { 3 | static let count: Int = {{ enum.cases.count }} 4 | {% if not enum.hasAssociatedValues %} 5 | static let allCases: [{{ enum.name }}] = [ 6 | {% for case in enum.cases %} .{{ case.name }}{% if not forloop.last %},{% endif %} 7 | {% endfor %}] 8 | {% endif %} 9 | } 10 | {% endfor %} 11 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/A/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftdoc -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/0.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "22@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "1@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/10.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "10@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/11.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "11@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/12.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "12@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/13.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "13@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/14.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "14@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/15.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "15@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/16.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "16@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/17.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "17@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/18.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "18@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/19.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "19@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "2@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/20.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "20@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/21.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "21@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "3@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "4@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/5.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "5@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "6@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/7.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "7@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/8.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "8@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/Example Images/9.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "filename" : "9@2x.jpeg", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/Current/Modules/SourceryRuntime.swiftmodule/x86_64.swiftmodule -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithInterLineInsetsAndInterItemInsetsAndFourColumns@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithInterLineInsetsAndInterItemInsetsAndFourColumns@2x.png -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithInterLineInsetsAndInterItemInsetsAndThreeColumns@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Antondomashnev/ADMozaicCollectionViewLayout/HEAD/ADMozaikCollectionViewLayoutTests/ReferenceImages_64/ADMozaikCollectionViewLayoutTests.ADMozaikLayoutSnapshotTests/testADMozaikLayoutRepresentationWithInterLineInsetsAndInterItemInsetsAndThreeColumns@2x.png -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayout/Pods-ADMozaikCollectionViewLayout.debug.xcconfig: -------------------------------------------------------------------------------- 1 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 2 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' 3 | PODS_BUILD_DIR = ${BUILD_DIR} 4 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 5 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. 6 | PODS_ROOT = ${SRCROOT}/Pods 7 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayout/Pods-ADMozaikCollectionViewLayout.release.xcconfig: -------------------------------------------------------------------------------- 1 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 2 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' 3 | PODS_BUILD_DIR = ${BUILD_DIR} 4 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 5 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. 6 | PODS_ROOT = ${SRCROOT}/Pods 7 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/NimbleObjectiveC/NMBExceptionCapture.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface NMBExceptionCapture : NSObject 5 | 6 | - (nonnull instancetype)initWithHandler:(void(^ _Nullable)(NSException * _Nonnull))handler finally:(void(^ _Nullable)(void))finally; 7 | - (void)tryBlock:(__attribute__((noescape)) void(^ _Nonnull)(void))unsafeBlock NS_SWIFT_NAME(tryBlock(_:)); 8 | 9 | @end 10 | 11 | typedef void(^NMBSourceCallbackBlock)(BOOL successful); 12 | -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- 1 | source 'https://github.com/CocoaPods/Specs.git' 2 | 3 | platform :ios, '8.0' 4 | use_frameworks! 5 | inhibit_all_warnings! 6 | 7 | target 'ADMozaikCollectionViewLayout' do 8 | pod 'Sourcery', '~> 0.5' 9 | 10 | target 'ADMozaikCollectionViewLayoutTests' do 11 | inherit! :search_paths 12 | pod 'FBSnapshotTestCase', :git=>'https://github.com/facebook/ios-snapshot-test-case.git', :branch=>'master' 13 | pod 'Nimble', :git=>'https://github.com/Quick/Nimble.git', :branch=>'master' 14 | end 15 | end 16 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayout/Pods-ADMozaikCollectionViewLayout-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double Pods_ADMozaikCollectionViewLayoutVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Pods_ADMozaikCollectionViewLayoutVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015-present, Facebook, Inc. 3 | * 4 | * This source code is licensed under the MIT license found in the 5 | * LICENSE file in the root directory of this source tree. 6 | * 7 | */ 8 | 9 | #import 10 | 11 | @interface UIApplication (StrictKeyWindow) 12 | 13 | /** 14 | @return The receiver's @c keyWindow. Raises an assertion if @c nil. 15 | */ 16 | - (UIWindow *)fb_strictKeyWindow; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayoutTests/Pods-ADMozaikCollectionViewLayoutTests-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | 14 | FOUNDATION_EXPORT double Pods_ADMozaikCollectionViewLayoutTestsVersionNumber; 15 | FOUNDATION_EXPORT const unsigned char Pods_ADMozaikCollectionViewLayoutTestsVersionString[]; 16 | 17 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "FBSnapshotTestCase.h" 14 | #import "FBSnapshotTestCasePlatform.h" 15 | #import "FBSnapshotTestController.h" 16 | 17 | FOUNDATION_EXPORT double FBSnapshotTestCaseVersionNumber; 18 | FOUNDATION_EXPORT const unsigned char FBSnapshotTestCaseVersionString[]; 19 | 20 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/A/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Versions/Current/Headers/SourceryRuntime.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | //! Project version number for SourceryRuntime. 4 | FOUNDATION_EXPORT double SourceryRuntimeVersionNumber; 5 | 6 | //! Project version string for SourceryRuntime. 7 | FOUNDATION_EXPORT const unsigned char SourceryRuntimeVersionString[]; 8 | 9 | // In this header, you should import all the public headers of your framework using statements like #import 10 | 11 | 12 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout/ADMozaikCollectionViewLayout.h: -------------------------------------------------------------------------------- 1 | // 2 | // ADMozaikCollectionViewLayout.h 3 | // ADMozaikCollectionViewLayout 4 | // 5 | // Created by Anton Domashnev on 16/05/16. 6 | // Copyright © 2016 Anton Domashnev. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for ADMozaikCollectionViewLayout. 12 | FOUNDATION_EXPORT double ADMozaikCollectionViewLayoutVersionNumber; 13 | 14 | //! Project version string for ADMozaikCollectionViewLayout. 15 | FOUNDATION_EXPORT const unsigned char ADMozaikCollectionViewLayoutVersionString[]; 16 | 17 | 18 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/sourcery: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # This file serves just as a link 3 | 4 | SOURCE="${BASH_SOURCE[0]}" 5 | while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink 6 | DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null && pwd )" 7 | SOURCE="$(readlink "$SOURCE")" 8 | [[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located 9 | done 10 | DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null && pwd )" 11 | 12 | "${DIR}"/Sourcery.app/Contents/MacOS/Sourcery "$@" 13 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Headers/SourceryJS.h: -------------------------------------------------------------------------------- 1 | // 2 | // SourceryJS.h 3 | // SourceryJS 4 | // 5 | // Created by Ilya Puchka on 25/01/2018. 6 | // Copyright © 2018 Pixle. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for SourceryJS. 12 | FOUNDATION_EXPORT double SourceryJSVersionNumber; 13 | 14 | //! Project version string for SourceryJS. 15 | FOUNDATION_EXPORT const unsigned char SourceryJSVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Matchers/BeVoid.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | /// A Nimble matcher that succeeds when the actual value is Void. 4 | public func beVoid() -> Predicate<()> { 5 | return Predicate.simpleNilable("be void") { actualExpression in 6 | let actualValue: ()? = try actualExpression.evaluate() 7 | return PredicateStatus(bool: actualValue != nil) 8 | } 9 | } 10 | 11 | extension Expectation where T == () { 12 | public static func == (lhs: Expectation<()>, rhs: ()) { 13 | lhs.to(beVoid()) 14 | } 15 | 16 | public static func != (lhs: Expectation<()>, rhs: ()) { 17 | lhs.toNot(beVoid()) 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/Headers/SourceryJS.h: -------------------------------------------------------------------------------- 1 | // 2 | // SourceryJS.h 3 | // SourceryJS 4 | // 5 | // Created by Ilya Puchka on 25/01/2018. 6 | // Copyright © 2018 Pixle. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for SourceryJS. 12 | FOUNDATION_EXPORT double SourceryJSVersionNumber; 13 | 14 | //! Project version string for SourceryJS. 15 | FOUNDATION_EXPORT const unsigned char SourceryJSVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Nimble/Nimble-umbrella.h: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #else 4 | #ifndef FOUNDATION_EXPORT 5 | #if defined(__cplusplus) 6 | #define FOUNDATION_EXPORT extern "C" 7 | #else 8 | #define FOUNDATION_EXPORT extern 9 | #endif 10 | #endif 11 | #endif 12 | 13 | #import "Nimble.h" 14 | #import "DSL.h" 15 | #import "NMBExceptionCapture.h" 16 | #import "NMBStringify.h" 17 | #import "CwlCatchException.h" 18 | #import "CwlMachBadInstructionHandler.h" 19 | #import "mach_excServer.h" 20 | #import "CwlPreconditionTesting.h" 21 | 22 | FOUNDATION_EXPORT double NimbleVersionNumber; 23 | FOUNDATION_EXPORT const unsigned char NimbleVersionString[]; 24 | 25 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/Headers/SourceryJS.h: -------------------------------------------------------------------------------- 1 | // 2 | // SourceryJS.h 3 | // SourceryJS 4 | // 5 | // Created by Ilya Puchka on 25/01/2018. 6 | // Copyright © 2018 Pixle. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for SourceryJS. 12 | FOUNDATION_EXPORT double SourceryJSVersionNumber; 13 | 14 | //! Project version string for SourceryJS. 15 | FOUNDATION_EXPORT const unsigned char SourceryJSVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Headers/SourcerySwift.h: -------------------------------------------------------------------------------- 1 | // 2 | // SourcerySwift.h 3 | // SourcerySwift 4 | // 5 | // Created by Ilya Puchka on 29/01/2018. 6 | // Copyright © 2018 Pixle. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for SourcerySwift. 12 | FOUNDATION_EXPORT double SourcerySwiftVersionNumber; 13 | 14 | //! Project version string for SourcerySwift. 15 | FOUNDATION_EXPORT const unsigned char SourcerySwiftVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Headers/SourcerySwift.h: -------------------------------------------------------------------------------- 1 | // 2 | // SourcerySwift.h 3 | // SourcerySwift 4 | // 5 | // Created by Ilya Puchka on 29/01/2018. 6 | // Copyright © 2018 Pixle. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for SourcerySwift. 12 | FOUNDATION_EXPORT double SourcerySwiftVersionNumber; 13 | 14 | //! Project version string for SourcerySwift. 15 | FOUNDATION_EXPORT const unsigned char SourcerySwiftVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Headers/SourcerySwift.h: -------------------------------------------------------------------------------- 1 | // 2 | // SourcerySwift.h 3 | // SourcerySwift 4 | // 5 | // Created by Ilya Puchka on 29/01/2018. 6 | // Copyright © 2018 Pixle. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for SourcerySwift. 12 | FOUNDATION_EXPORT double SourcerySwiftVersionNumber; 13 | 14 | //! Project version string for SourcerySwift. 15 | FOUNDATION_EXPORT const unsigned char SourcerySwiftVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout/Public/ADMozaikLayoutEnums.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ADMozaikLayoutEnums.swift 3 | // ADMozaikCollectionViewLayout 4 | // 5 | // Created by Anton Domashnev on 7/17/18. 6 | // Copyright © 2018 Anton Domashnev. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | /** 12 | * Defines the layout's content mode 13 | */ 14 | public enum ADMozaikLayoutSectionContentMode: AutoEquatable { 15 | /** 16 | * Try to fill all vacant spaces for the cell 17 | * Default value 18 | */ 19 | case fill 20 | 21 | /** 22 | * Keep the order for cells, so even if there is a vacant space somewhere before last cell don't use it 23 | */ 24 | case ordered 25 | } 26 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Matchers/BeNil.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | /// A Nimble matcher that succeeds when the actual value is nil. 4 | public func beNil() -> Predicate { 5 | return Predicate.simpleNilable("be nil") { actualExpression in 6 | let actualValue = try actualExpression.evaluate() 7 | return PredicateStatus(bool: actualValue == nil) 8 | } 9 | } 10 | 11 | #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) 12 | extension NMBObjCMatcher { 13 | @objc public class func beNilMatcher() -> NMBMatcher { 14 | return NMBPredicate { actualExpression in 15 | return try beNil().satisfies(actualExpression).toObjectiveC() 16 | } 17 | } 18 | } 19 | #endif 20 | -------------------------------------------------------------------------------- /Pods/Sourcery/Sourcery.docset/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleIdentifier 6 | com.jazzy.sourcery 7 | CFBundleName 8 | Sourcery 9 | DocSetPlatformFamily 10 | sourcery 11 | isDashDocset 12 | 13 | dashIndexFilePath 14 | index.html 15 | isJavaScriptEnabled 16 | 17 | DashDocSetFamily 18 | dashtoc 19 | 20 | 21 | -------------------------------------------------------------------------------- /Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Snapshot.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015-present, Facebook, Inc. 3 | * 4 | * This source code is licensed under the MIT license found in the 5 | * LICENSE file in the root directory of this source tree. 6 | * 7 | */ 8 | 9 | #import 10 | 11 | @interface UIImage (Snapshot) 12 | 13 | /// Uses renderInContext: to get a snapshot of the layer. 14 | + (UIImage *)fb_imageForLayer:(CALayer *)layer; 15 | 16 | /// Uses renderInContext: to get a snapshot of the view layer. 17 | + (UIImage *)fb_imageForViewLayer:(UIView *)view; 18 | 19 | /// Uses drawViewHierarchyInRect: to get a snapshot of the view and adds the view into a window if needed. 20 | + (UIImage *)fb_imageForView:(UIView *)view; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Adapters/AssertionDispatcher.swift: -------------------------------------------------------------------------------- 1 | /// AssertionDispatcher allows multiple AssertionHandlers to receive 2 | /// assertion messages. 3 | /// 4 | /// @warning Does not fully dispatch if one of the handlers raises an exception. 5 | /// This is possible with XCTest-based assertion handlers. 6 | /// 7 | public class AssertionDispatcher: AssertionHandler { 8 | let handlers: [AssertionHandler] 9 | 10 | public init(handlers: [AssertionHandler]) { 11 | self.handlers = handlers 12 | } 13 | 14 | public func assert(_ assertion: Bool, message: FailureMessage, location: SourceLocation) { 15 | for handler in handlers { 16 | handler.assert(assertion, message: message, location: location) 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "iphone", 5 | "size" : "29x29", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "iphone", 10 | "size" : "29x29", 11 | "scale" : "3x" 12 | }, 13 | { 14 | "idiom" : "iphone", 15 | "size" : "40x40", 16 | "scale" : "2x" 17 | }, 18 | { 19 | "idiom" : "iphone", 20 | "size" : "40x40", 21 | "scale" : "3x" 22 | }, 23 | { 24 | "idiom" : "iphone", 25 | "size" : "60x60", 26 | "scale" : "2x" 27 | }, 28 | { 29 | "idiom" : "iphone", 30 | "size" : "60x60", 31 | "scale" : "3x" 32 | } 33 | ], 34 | "info" : { 35 | "version" : 1, 36 | "author" : "xcode" 37 | } 38 | } -------------------------------------------------------------------------------- /Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig: -------------------------------------------------------------------------------- 1 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBSnapshotTestCase 2 | ENABLE_BITCODE = NO 3 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" 4 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 5 | OTHER_LDFLAGS = -framework "Foundation" -framework "QuartzCore" -framework "UIKit" -framework "XCTest" 6 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" "-suppress-warnings" 7 | PODS_BUILD_DIR = ${BUILD_DIR} 8 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 9 | PODS_ROOT = ${SRCROOT} 10 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/FBSnapshotTestCase 11 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 12 | SKIP_INSTALL = YES 13 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout.xcodeproj/xcuserdata/antondomashnev.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | ADMozaikCollectionViewLayout.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | SuppressBuildableAutocreation 14 | 15 | 6D7BE5B01CEA148400A41445 16 | 17 | primary 18 | 19 | 20 | 6D7BE5BA1CEA148400A41445 21 | 22 | primary 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Pods/Sourcery/Templates/LinuxMain.stencil: -------------------------------------------------------------------------------- 1 | import XCTest 2 | 3 | {{ argument.testimports }} 4 | {% for type in types.classes|based:"XCTestCase" %} 5 | {% if not type.annotations.disableTests %}extension {{ type.name }} { 6 | static var allTests: [(String, ({{ type.name }}) -> () throws -> Void)] = [ 7 | {% for method in type.methods %}{% if method.parameters.count == 0 and method.shortName|hasPrefix:"test" %} ("{{ method.shortName }}", {{ method.shortName }}){% if not forloop.last %},{% endif %} 8 | {% endif %}{% endfor %}] 9 | } 10 | {% endif %}{% endfor %} 11 | 12 | // swiftlint:disable trailing_comma 13 | XCTMain([ 14 | {% for type in types.classes|based:"XCTestCase" %}{% if not type.annotations.disableTests %} testCase({{ type.name }}.allTests), 15 | {% endif %}{% endfor %}]) 16 | // swiftlint:enable trailing_comma 17 | 18 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Nimble/Nimble.xcconfig: -------------------------------------------------------------------------------- 1 | APPLICATION_EXTENSION_API_ONLY = YES 2 | CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Nimble 3 | ENABLE_BITCODE = NO 4 | FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" 5 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 6 | OTHER_LDFLAGS = $(inherited) -Xlinker -no_application_extension -weak-lswiftXCTest -weak_framework "XCTest" 7 | OTHER_SWIFT_FLAGS = $(inherited) -suppress-warnings $(inherited) "-D" "COCOAPODS" "-suppress-warnings" 8 | PODS_BUILD_DIR = ${BUILD_DIR} 9 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 10 | PODS_ROOT = ${SRCROOT} 11 | PODS_TARGET_SRCROOT = ${PODS_ROOT}/Nimble 12 | PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} 13 | SKIP_INSTALL = YES 14 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayoutTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/NimbleObjectiveC/NMBStringify.h: -------------------------------------------------------------------------------- 1 | @class NSString; 2 | 3 | /** 4 | * Returns a string appropriate for displaying in test output 5 | * from the provided value. 6 | * 7 | * @param anyObject A value that will show up in a test's output. 8 | * 9 | * @return The string that is returned can be 10 | * customized per type by conforming a type to the `TestOutputStringConvertible` 11 | * protocol. When stringifying a non-`TestOutputStringConvertible` type, this 12 | * function will return the value's debug description and then its 13 | * normal description if available and in that order. Otherwise it 14 | * will return the result of constructing a string from the value. 15 | * 16 | * @see `TestOutputStringConvertible` 17 | */ 18 | extern NSString *_Nonnull NMBStringify(id _Nullable anyObject) __attribute__((warn_unused_result)); 19 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | /// Protocol for the assertion handler that Nimble uses for all expectations. 4 | public protocol AssertionHandler { 5 | func assert(_ assertion: Bool, message: FailureMessage, location: SourceLocation) 6 | } 7 | 8 | /// Global backing interface for assertions that Nimble creates. 9 | /// Defaults to a private test handler that passes through to XCTest. 10 | /// 11 | /// If XCTest is not available, you must assign your own assertion handler 12 | /// before using any matchers, otherwise Nimble will abort the program. 13 | /// 14 | /// @see AssertionHandler 15 | public var NimbleAssertionHandler: AssertionHandler = { () -> AssertionHandler in 16 | // swiftlint:disable:previous identifier_name 17 | return isXCTestAvailable() ? NimbleXCTestHandler() : NimbleXCTestUnavailableHandler() 18 | }() 19 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 4.0.4 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | $(CURRENT_PROJECT_VERSION) 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Nimble/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 7.3.1 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/FBSnapshotTestCase/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 2.1.4 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /ADMozaicCollectionViewLayout.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | 3 | s.name = 'ADMozaicCollectionViewLayout' 4 | s.version = '4.1.0' 5 | s.summary = "Custom mozaic style collection view layout" 6 | 7 | s.description = <<-DESC 8 | ADMozaicCollectionViewLayout is yet another UICollectionViewLayout subclass that implements "brick" or "mozaic" layout. 9 | DESC 10 | 11 | s.license = { :type => "MIT", :file => "LICENSE" } 12 | s.homepage = 'https://github.com/Antondomashnev/ADMozaicCollectionViewLayout' 13 | s.author = { 'Anton Domashnev' => 'antondomashnev@gmail.com' } 14 | 15 | s.source = { :git => "https://github.com/Antondomashnev/ADMozaicCollectionViewLayout.git", :tag => s.version.to_s} 16 | s.ios.deployment_target = '8.0' 17 | s.tvos.deployment_target = '9.0' 18 | s.source_files = 'ADMozaikCollectionViewLayout/**/*.swift' 19 | s.frameworks = 'UIKit' 20 | 21 | s.swift_version = '4.2' 22 | 23 | end 24 | -------------------------------------------------------------------------------- /Pods/Sourcery/Sourcery.docset/Contents/Resources/Documents/badge.svg: -------------------------------------------------------------------------------- 1 | documentationdocumentation100%100% -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayout/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayoutTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | ${PRODUCT_BUNDLE_IDENTIFIER} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | ${CURRENT_PROJECT_VERSION} 23 | NSPrincipalClass 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015-present, Facebook, Inc. 3 | * 4 | * This source code is licensed under the MIT license found in the 5 | * LICENSE file in the root directory of this source tree. 6 | * 7 | */ 8 | 9 | #import 10 | 11 | @implementation UIApplication (StrictKeyWindow) 12 | 13 | - (UIWindow *)fb_strictKeyWindow 14 | { 15 | UIWindow *keyWindow = [UIApplication sharedApplication].keyWindow; 16 | if (!keyWindow) { 17 | [NSException raise:@"FBSnapshotTestCaseNilKeyWindowException" 18 | format:@"Snapshot tests must be hosted by an application with a key window. Please ensure your test" 19 | " host sets up a key window at launch (either via storyboards or programmatically) and doesn't" 20 | " do anything to remove it while snapshot tests are running."]; 21 | } 22 | return keyWindow; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayoutTests/Pods-ADMozaikCollectionViewLayoutTests.debug.xcconfig: -------------------------------------------------------------------------------- 1 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES 2 | FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "${PODS_CONFIGURATION_BUILD_DIR}/FBSnapshotTestCase" "${PODS_CONFIGURATION_BUILD_DIR}/Nimble" 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' 5 | OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Nimble/Nimble.framework/Headers" 6 | OTHER_LDFLAGS = $(inherited) -framework "FBSnapshotTestCase" -framework "Nimble" 7 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" 8 | PODS_BUILD_DIR = ${BUILD_DIR} 9 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 10 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. 11 | PODS_ROOT = ${SRCROOT}/Pods 12 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayoutTests/Pods-ADMozaikCollectionViewLayoutTests.release.xcconfig: -------------------------------------------------------------------------------- 1 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES 2 | FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "${PODS_CONFIGURATION_BUILD_DIR}/FBSnapshotTestCase" "${PODS_CONFIGURATION_BUILD_DIR}/Nimble" 3 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 4 | LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' 5 | OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Nimble/Nimble.framework/Headers" 6 | OTHER_LDFLAGS = $(inherited) -framework "FBSnapshotTestCase" -framework "Nimble" 7 | OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" 8 | PODS_BUILD_DIR = ${BUILD_DIR} 9 | PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) 10 | PODS_PODFILE_DIR_PATH = ${SRCROOT}/. 11 | PODS_ROOT = ${SRCROOT}/Pods 12 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Matchers/ElementsEqual.swift: -------------------------------------------------------------------------------- 1 | /// A Nimble matcher that succeeds when the actual sequence contain the same elements in the same order to the exepected sequence. 2 | public func elementsEqual(_ expectedValue: S?) -> Predicate where S.Element: Equatable { 3 | // A matcher abstraction for https://developer.apple.com/documentation/swift/sequence/2949668-elementsequal 4 | return Predicate.define("elementsEqual <\(stringify(expectedValue))>") { (actualExpression, msg) in 5 | let actualValue = try actualExpression.evaluate() 6 | switch (expectedValue, actualValue) { 7 | case (nil, _?): 8 | return PredicateResult(status: .fail, message: msg.appendedBeNilHint()) 9 | case (nil, nil), (_, nil): 10 | return PredicateResult(status: .fail, message: msg) 11 | case (let expected?, let actual?): 12 | let matches = expected.elementsEqual(actual) 13 | return PredicateResult(bool: matches, message: msg) 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/NimbleObjectiveC/NMBExceptionCapture.m: -------------------------------------------------------------------------------- 1 | #import "NMBExceptionCapture.h" 2 | 3 | @interface NMBExceptionCapture () 4 | @property (nonatomic, copy) void(^ _Nullable handler)(NSException * _Nullable); 5 | @property (nonatomic, copy) void(^ _Nullable finally)(void); 6 | @end 7 | 8 | @implementation NMBExceptionCapture 9 | 10 | - (nonnull instancetype)initWithHandler:(void(^ _Nullable)(NSException * _Nonnull))handler finally:(void(^ _Nullable)(void))finally { 11 | self = [super init]; 12 | if (self) { 13 | self.handler = handler; 14 | self.finally = finally; 15 | } 16 | return self; 17 | } 18 | 19 | - (void)tryBlock:(__attribute__((noescape)) void(^ _Nonnull)(void))unsafeBlock { 20 | @try { 21 | unsafeBlock(); 22 | } 23 | @catch (NSException *exception) { 24 | if (self.handler) { 25 | self.handler(exception); 26 | } 27 | } 28 | @finally { 29 | if (self.finally) { 30 | self.finally(); 31 | } 32 | } 33 | } 34 | 35 | @end 36 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Utils/SourceLocation.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | // Ideally we would always use `StaticString` as the type for tracking the file name 4 | // that expectations originate from, for consistency with `assert` etc. from the 5 | // stdlib, and because recent versions of the XCTest overlay require `StaticString` 6 | // when calling `XCTFail`. Under the Objective-C runtime (i.e. building on Mac), we 7 | // have to use `String` instead because StaticString can't be generated from Objective-C 8 | #if SWIFT_PACKAGE 9 | public typealias FileString = StaticString 10 | #else 11 | public typealias FileString = String 12 | #endif 13 | 14 | public final class SourceLocation: NSObject { 15 | public let file: FileString 16 | public let line: UInt 17 | 18 | override init() { 19 | file = "Unknown File" 20 | line = 0 21 | } 22 | 23 | init(file: FileString, line: UInt) { 24 | self.file = file 25 | self.line = line 26 | } 27 | 28 | override public var description: String { 29 | return "\(file):\(line)" 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Matchers/Match.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | /// A Nimble matcher that succeeds when the actual string satisfies the regular expression 4 | /// described by the expected string. 5 | public func match(_ expectedValue: String?) -> Predicate { 6 | return Predicate.simple("match <\(stringify(expectedValue))>") { actualExpression in 7 | if let actual = try actualExpression.evaluate() { 8 | if let regexp = expectedValue { 9 | let bool = actual.range(of: regexp, options: .regularExpression) != nil 10 | return PredicateStatus(bool: bool) 11 | } 12 | } 13 | 14 | return .fail 15 | } 16 | } 17 | 18 | #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) 19 | 20 | extension NMBObjCMatcher { 21 | @objc public class func matchMatcher(_ expected: NSString) -> NMBMatcher { 22 | return NMBPredicate { actualExpression in 23 | let actual = actualExpression.cast { $0 as? String } 24 | return try match(expected.description).satisfies(actual).toObjectiveC() 25 | } 26 | } 27 | } 28 | 29 | #endif 30 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2016 Anton 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Pods/Sourcery/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2016 Krzysztof Zabłocki 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Pods/FBSnapshotTestCase/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2013-present, Facebook, Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Matchers/ToSucceed.swift: -------------------------------------------------------------------------------- 1 | /** 2 | Used by the `toSucceed` matcher. 3 | 4 | This is the return type for the closure. 5 | */ 6 | public enum ToSucceedResult { 7 | case succeeded 8 | case failed(reason: String) 9 | } 10 | 11 | /** 12 | A Nimble matcher that takes in a closure for validation. 13 | 14 | Return `.succeeded` when the validation succeeds. 15 | Return `.failed` with a failure reason when the validation fails. 16 | */ 17 | public func succeed() -> Predicate<() -> ToSucceedResult> { 18 | return Predicate.define { actualExpression in 19 | let optActual = try actualExpression.evaluate() 20 | guard let actual = optActual else { 21 | return PredicateResult(status: .fail, message: .fail("expected a closure, got ")) 22 | } 23 | 24 | switch actual() { 25 | case .succeeded: 26 | return PredicateResult( 27 | bool: true, 28 | message: .expectedCustomValueTo("succeed", "") 29 | ) 30 | case .failed(let reason): 31 | return PredicateResult( 32 | bool: false, 33 | message: .expectedCustomValueTo("succeed", " because <\(reason)>") 34 | ) 35 | } 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /CHANGELOG.yml: -------------------------------------------------------------------------------- 1 | --- 2 | upcoming: 3 | version: 4.1.0 4 | notes: 5 | - Add contentMode option 6 | releases: 7 | - version: 4.0.4 8 | notes: 9 | - Remove pod dependencies from .gitignore 10 | - version: 4.0.3 11 | notes: 12 | - Fix crash in init from storyboard example 13 | - Fixed ADMozaikLayoutCache's retain cycle 14 | - Added tvOS support 15 | - version: 4.0.2 16 | notes: 17 | - Swift 3.2 updates 18 | - version: 4.0.1 19 | notes: 20 | - Swift 3.1 updates 21 | - version: 4.0.0 22 | notes: 23 | - Add supplementary view support [#21](https://github.com/Antondomashnev/ADMozaicCollectionViewLayout/issues/21) 24 | - version: 3.1.0 25 | notes: 26 | - Support XIB or storyboard initialization [#17](https://github.com/Antondomashnev/ADMozaicCollectionViewLayout/issues/17) 27 | - version: 3.0.0 28 | notes: 29 | - incompatible renaming in ADMozaikLayoutDelegate to silence Xcode warning [#15](https://github.com/Antondomashnev/ADMozaicCollectionViewLayout/issues/15) 30 | - version: 2.1.0 31 | notes: 32 | - Support different orientations for layout 33 | - Item position calculation performance win 💥 34 | - version: 2.0.0 35 | notes: 36 | - Swift 3.0 compatibility 37 | - version: 1.0.2 38 | notes: 39 | - Integrate travis CI 40 | - version: 1.0.1 41 | notes: 42 | - Bug fixes 43 | - version: 1.0.0 44 | notes: 45 | - Initial release 46 | -------------------------------------------------------------------------------- /ADMozaikCollectionViewLayout/Sourcery/CodeGenerated/AutoHashable.generated.swift: -------------------------------------------------------------------------------- 1 | // Generated using Sourcery 0.15.0 — https://github.com/krzysztofzablocki/Sourcery 2 | // DO NOT EDIT 3 | 4 | // swiftlint:disable file_length 5 | 6 | fileprivate func combineHashes(_ hashes: [Int]) -> Int { 7 | return hashes.reduce(0, combineHashValues) 8 | } 9 | 10 | fileprivate func combineHashValues(_ initial: Int, _ other: Int) -> Int { 11 | #if arch(x86_64) || arch(arm64) 12 | let magic: UInt = 0x9e3779b97f4a7c15 13 | #elseif arch(i386) || arch(arm) 14 | let magic: UInt = 0x9e3779b9 15 | #endif 16 | var lhs = UInt(bitPattern: initial) 17 | let rhs = UInt(bitPattern: other) 18 | lhs ^= rhs &+ magic &+ (lhs << 6) &+ (lhs >> 2) 19 | return Int(bitPattern: lhs) 20 | } 21 | 22 | // MARK: - AutoHashable for classes, protocols, structs 23 | // MARK: - ADMozaikLayoutPosition AutoHashable 24 | extension ADMozaikLayoutPosition: Hashable { 25 | public var hashValue: Int { 26 | return combineHashes([column.hashValue, row.hashValue, section.hashValue, 0]) 27 | } 28 | } 29 | // MARK: - ADMozaikLayoutSize AutoHashable 30 | extension ADMozaikLayoutSize: Hashable { 31 | public var hashValue: Int { 32 | return combineHashes([columns.hashValue, rows.hashValue, 0]) 33 | } 34 | } 35 | 36 | // MARK: - AutoHashable for Enums 37 | 38 | // MARK: - 39 | -------------------------------------------------------------------------------- /Example/Example/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | APPL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | LSRequiresIPhoneOS 24 | 25 | UILaunchStoryboardName 26 | LaunchScreen 27 | UIMainStoryboardFile 28 | Main 29 | UIRequiredDeviceCapabilities 30 | 31 | armv7 32 | 33 | UISupportedInterfaceOrientations 34 | 35 | UIInterfaceOrientationPortrait 36 | UIInterfaceOrientationLandscapeLeft 37 | UIInterfaceOrientationLandscapeRight 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- 1 | PODS: 2 | - FBSnapshotTestCase (2.1.4): 3 | - FBSnapshotTestCase/SwiftSupport (= 2.1.4) 4 | - FBSnapshotTestCase/Core (2.1.4) 5 | - FBSnapshotTestCase/SwiftSupport (2.1.4): 6 | - FBSnapshotTestCase/Core 7 | - Nimble (7.3.1) 8 | - Sourcery (0.15.0) 9 | 10 | DEPENDENCIES: 11 | - FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case.git`, branch `master`) 12 | - Nimble (from `https://github.com/Quick/Nimble.git`, branch `master`) 13 | - Sourcery (~> 0.5) 14 | 15 | SPEC REPOS: 16 | https://github.com/cocoapods/specs.git: 17 | - Sourcery 18 | 19 | EXTERNAL SOURCES: 20 | FBSnapshotTestCase: 21 | :branch: master 22 | :git: https://github.com/facebook/ios-snapshot-test-case.git 23 | Nimble: 24 | :branch: master 25 | :git: https://github.com/Quick/Nimble.git 26 | 27 | CHECKOUT OPTIONS: 28 | FBSnapshotTestCase: 29 | :commit: 3efc829601128f7d9306e8e58db04d32594b62ce 30 | :git: https://github.com/facebook/ios-snapshot-test-case.git 31 | Nimble: 32 | :commit: c68f5fd88997ab93a53cab07434349621882c817 33 | :git: https://github.com/Quick/Nimble.git 34 | 35 | SPEC CHECKSUMS: 36 | FBSnapshotTestCase: a8e5a33928796ea13ebb3e9ea58e0187270d3eff 37 | Nimble: 6e4123b6d882a0f8c7f950236a3251d678cf12a2 38 | Sourcery: 5895672cae353cdbfa95f3f4aaeb75a664d76f6a 39 | 40 | PODFILE CHECKSUM: 5a889c6e436cf4d5b0caff8446311ea6b3d7a040 41 | 42 | COCOAPODS: 1.5.3 43 | -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-ADMozaikCollectionViewLayout/Pods-ADMozaikCollectionViewLayout-acknowledgements.markdown: -------------------------------------------------------------------------------- 1 | # Acknowledgements 2 | This application makes use of the following third party libraries: 3 | 4 | ## Sourcery 5 | 6 | MIT License 7 | 8 | Copyright (c) 2016 Krzysztof Zabłocki 9 | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy 11 | of this software and associated documentation files (the "Software"), to deal 12 | in the Software without restriction, including without limitation the rights 13 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14 | copies of the Software, and to permit persons to whom the Software is 15 | furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all 18 | copies or substantial portions of the Software. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 23 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 24 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 25 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 26 | SOFTWARE. 27 | 28 | Generated by CocoaPods - https://cocoapods.org 29 | -------------------------------------------------------------------------------- /Pods/Manifest.lock: -------------------------------------------------------------------------------- 1 | PODS: 2 | - FBSnapshotTestCase (2.1.4): 3 | - FBSnapshotTestCase/SwiftSupport (= 2.1.4) 4 | - FBSnapshotTestCase/Core (2.1.4) 5 | - FBSnapshotTestCase/SwiftSupport (2.1.4): 6 | - FBSnapshotTestCase/Core 7 | - Nimble (7.3.1) 8 | - Sourcery (0.15.0) 9 | 10 | DEPENDENCIES: 11 | - FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case.git`, branch `master`) 12 | - Nimble (from `https://github.com/Quick/Nimble.git`, branch `master`) 13 | - Sourcery (~> 0.5) 14 | 15 | SPEC REPOS: 16 | https://github.com/cocoapods/specs.git: 17 | - Sourcery 18 | 19 | EXTERNAL SOURCES: 20 | FBSnapshotTestCase: 21 | :branch: master 22 | :git: https://github.com/facebook/ios-snapshot-test-case.git 23 | Nimble: 24 | :branch: master 25 | :git: https://github.com/Quick/Nimble.git 26 | 27 | CHECKOUT OPTIONS: 28 | FBSnapshotTestCase: 29 | :commit: 3efc829601128f7d9306e8e58db04d32594b62ce 30 | :git: https://github.com/facebook/ios-snapshot-test-case.git 31 | Nimble: 32 | :commit: c68f5fd88997ab93a53cab07434349621882c817 33 | :git: https://github.com/Quick/Nimble.git 34 | 35 | SPEC CHECKSUMS: 36 | FBSnapshotTestCase: a8e5a33928796ea13ebb3e9ea58e0187270d3eff 37 | Nimble: 6e4123b6d882a0f8c7f950236a3251d678cf12a2 38 | Sourcery: 5895672cae353cdbfa95f3f4aaeb75a664d76f6a 39 | 40 | PODFILE CHECKSUM: 5a889c6e436cf4d5b0caff8446311ea6b3d7a040 41 | 42 | COCOAPODS: 1.5.3 43 | -------------------------------------------------------------------------------- /Pods/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift: -------------------------------------------------------------------------------- 1 | import Dispatch 2 | import Foundation 3 | 4 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this 5 | /// class' existence 6 | internal class NimbleEnvironment { 7 | static var activeInstance: NimbleEnvironment { 8 | get { 9 | let env = Thread.current.threadDictionary["NimbleEnvironment"] 10 | if let env = env as? NimbleEnvironment { 11 | return env 12 | } else { 13 | let newEnv = NimbleEnvironment() 14 | self.activeInstance = newEnv 15 | return newEnv 16 | } 17 | } 18 | set { 19 | Thread.current.threadDictionary["NimbleEnvironment"] = newValue 20 | } 21 | } 22 | 23 | // swiftlint:disable:next todo 24 | // TODO: eventually migrate the global to this environment value 25 | var assertionHandler: AssertionHandler { 26 | get { return NimbleAssertionHandler } 27 | set { NimbleAssertionHandler = newValue } 28 | } 29 | 30 | var suppressTVOSAssertionWarning: Bool = false 31 | var awaiter: Awaiter 32 | 33 | init() { 34 | let timeoutQueue = DispatchQueue.global(qos: .userInitiated) 35 | awaiter = Awaiter( 36 | waitLock: AssertionWaitLock(), 37 | asyncQueue: .main, 38 | timeoutQueue: timeoutQueue) 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /Pods/Sourcery/Templates/AutoLenses.stencil: -------------------------------------------------------------------------------- 1 | // swiftlint:disable variable_name 2 | infix operator *~: MultiplicationPrecedence 3 | infix operator |>: AdditionPrecedence 4 | 5 | struct Lens { 6 | let get: (Whole) -> Part 7 | let set: (Part, Whole) -> Whole 8 | } 9 | 10 | func * (lhs: Lens, rhs: Lens) -> Lens { 11 | return Lens( 12 | get: { a in rhs.get(lhs.get(a)) }, 13 | set: { (c, a) in lhs.set(rhs.set(c, lhs.get(a)), a) } 14 | ) 15 | } 16 | 17 | func *~ (lhs: Lens, rhs: B) -> (A) -> A { 18 | return { a in lhs.set(rhs, a) } 19 | } 20 | 21 | func |> (x: A, f: (A) -> B) -> B { 22 | return f(x) 23 | } 24 | 25 | func |> (f: @escaping (A) -> B, g: @escaping (B) -> C) -> (A) -> C { 26 | return { g(f($0)) } 27 | } 28 | 29 | {% for type in types.implementing.AutoLenses|struct %} 30 | extension {{ type.name }} { 31 | {% for variable in type.storedVariables %} 32 | static let {{ variable.name }}Lens = Lens<{{type.name}}, {{variable.typeName}}>( 33 | get: { $0.{{variable.name}} }, 34 | set: { {{variable.name}}, {{type.name|lowercase}} in 35 | {{type.name}}({% for argument in type.storedVariables %}{{argument.name}}: {% if variable.name == argument.name %}{{variable.name}}{% else %}{{type.name|lowercase}}.{{argument.name}}{% endif %}{% if not forloop.last %}, {% endif %}{% endfor %}) 36 | } 37 | ){% endfor %} 38 | } 39 | {% endfor %} 40 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Yams 11 | CFBundleIdentifier 12 | org.cocoapods.Yams 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Yams 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0.1 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | AEXML 11 | CFBundleIdentifier 12 | org.cocoapods.AEXML 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | AEXML 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.3.3 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | xcproj 11 | CFBundleIdentifier 12 | org.cocoapods.xcproj 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | xcproj 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.3.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | PathKit 11 | CFBundleIdentifier 12 | org.cocoapods.PathKit 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | PathKit 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.9.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Stencil 11 | CFBundleIdentifier 12 | org.cocoapods.Stencil 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Stencil 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.12.1 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Yams 11 | CFBundleIdentifier 12 | org.cocoapods.Yams 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Yams 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0.1 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | AEXML 11 | CFBundleIdentifier 12 | org.cocoapods.AEXML 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | AEXML 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.3.3 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Yams.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Yams 11 | CFBundleIdentifier 12 | org.cocoapods.Yams 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Yams 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0.1 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/AEXML.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | AEXML 11 | CFBundleIdentifier 12 | org.cocoapods.AEXML 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | AEXML 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.3.3 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Commander 11 | CFBundleIdentifier 12 | org.cocoapods.Commander 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Commander 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.7.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | PathKit 11 | CFBundleIdentifier 12 | org.cocoapods.PathKit 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | PathKit 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.9.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SWXMLHash 11 | CFBundleIdentifier 12 | org.cocoapods.SWXMLHash 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SWXMLHash 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.7.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | xcproj 11 | CFBundleIdentifier 12 | org.cocoapods.xcproj 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | xcproj 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.3.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Stencil 11 | CFBundleIdentifier 12 | org.cocoapods.Stencil 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Stencil 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.12.1 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/xcproj.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | xcproj 11 | CFBundleIdentifier 12 | org.cocoapods.xcproj 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | xcproj 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.3.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Commander 11 | CFBundleIdentifier 12 | org.cocoapods.Commander 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Commander 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.7.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/PathKit.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | PathKit 11 | CFBundleIdentifier 12 | org.cocoapods.PathKit 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | PathKit 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.9.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SWXMLHash 11 | CFBundleIdentifier 12 | org.cocoapods.SWXMLHash 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SWXMLHash 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.7.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Stencil.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Stencil 11 | CFBundleIdentifier 12 | org.cocoapods.Stencil 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Stencil 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.12.1 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/Commander.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Commander 11 | CFBundleIdentifier 12 | org.cocoapods.Commander 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Commander 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.7.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SWXMLHash.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SWXMLHash 11 | CFBundleIdentifier 12 | org.cocoapods.SWXMLHash 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SWXMLHash 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 4.7.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SwiftTryCatch 11 | CFBundleIdentifier 12 | org.cocoapods.SwiftTryCatch 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SwiftTryCatch 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | StencilSwiftKit 11 | CFBundleIdentifier 12 | org.cocoapods.StencilSwiftKit 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | StencilSwiftKit 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 2.6.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SwiftTryCatch 11 | CFBundleIdentifier 12 | org.cocoapods.SwiftTryCatch 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SwiftTryCatch 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SwiftTryCatch.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SwiftTryCatch 11 | CFBundleIdentifier 12 | org.cocoapods.SwiftTryCatch 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SwiftTryCatch 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | StencilSwiftKit 11 | CFBundleIdentifier 12 | org.cocoapods.StencilSwiftKit 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | StencilSwiftKit 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 2.6.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/StencilSwiftKit.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | StencilSwiftKit 11 | CFBundleIdentifier 12 | org.cocoapods.StencilSwiftKit 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | StencilSwiftKit 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 2.6.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift: -------------------------------------------------------------------------------- 1 | // 2 | // CwlCatchException.swift 3 | // CwlAssertionTesting 4 | // 5 | // Created by Matt Gallagher on 2016/01/10. 6 | // Copyright © 2016 Matt Gallagher ( http://cocoawithlove.com ). All rights reserved. 7 | // 8 | // Permission to use, copy, modify, and/or distribute this software for any 9 | // purpose with or without fee is hereby granted, provided that the above 10 | // copyright notice and this permission notice appear in all copies. 11 | // 12 | // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 13 | // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 14 | // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 15 | // SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 16 | // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 17 | // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 19 | // 20 | 21 | import Foundation 22 | 23 | #if SWIFT_PACKAGE 24 | import CwlCatchExceptionSupport 25 | #endif 26 | 27 | private func catchReturnTypeConverter(_ type: T.Type, block: () -> Void) -> T? { 28 | return catchExceptionOfKind(type, block) as? T 29 | } 30 | 31 | extension NSException { 32 | public static func catchException(in block: () -> Void) -> Self? { 33 | return catchReturnTypeConverter(self, block: block) 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | SourceryJS 11 | CFBundleIdentifier 12 | Pixle.SourceryJS 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryJS 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2018 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Nimble/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Mach/CwlPreconditionTesting.h: -------------------------------------------------------------------------------- 1 | // 2 | // CwlPreconditionTesting.h 3 | // CwlPreconditionTesting 4 | // 5 | // Created by Matt Gallagher on 2016/01/10. 6 | // Copyright © 2016 Matt Gallagher ( http://cocoawithlove.com ). All rights reserved. 7 | // 8 | // Permission to use, copy, modify, and/or distribute this software for any 9 | // purpose with or without fee is hereby granted, provided that the above 10 | // copyright notice and this permission notice appear in all copies. 11 | // 12 | // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 13 | // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 14 | // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 15 | // SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 16 | // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 17 | // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 19 | // 20 | 21 | #import 22 | 23 | extern bool _swift_reportFatalErrorsToDebugger; 24 | 25 | //! Project version number for CwlUtils. 26 | FOUNDATION_EXPORT double CwlPreconditionTestingVersionNumber; 27 | 28 | //! Project version string for CwlUtils. 29 | FOUNDATION_EXPORT const unsigned char CwlAssertingTestingVersionString[]; 30 | 31 | #include "CwlMachBadInstructionHandler.h" 32 | #include "CwlCatchException.h" 33 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceKittenFramework 11 | CFBundleIdentifier 12 | org.cocoapods.SourceKittenFramework 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceKittenFramework 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.21.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | SourceryJS 11 | CFBundleIdentifier 12 | Pixle.SourceryJS 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryJS 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2018 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | SourcerySwift 11 | CFBundleIdentifier 12 | Pixle.SourcerySwift 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourcerySwift 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2018 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceKittenFramework 11 | CFBundleIdentifier 12 | org.cocoapods.SourceKittenFramework 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceKittenFramework 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.21.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryJS.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | SourceryJS 11 | CFBundleIdentifier 12 | Pixle.SourceryJS 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryJS 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2018 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceryRuntime 11 | CFBundleIdentifier 12 | Pixel.SourceryRuntime 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryRuntime 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceKittenFramework.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceKittenFramework 11 | CFBundleIdentifier 12 | org.cocoapods.SourceKittenFramework 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceKittenFramework 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 0.21.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10A255 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18A384 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1000 41 | DTXcodeBuild 42 | 10A255 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceryRuntime 11 | CFBundleIdentifier 12 | Pixel.SourceryRuntime 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryRuntime 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | SourcerySwift 11 | CFBundleIdentifier 12 | Pixle.SourcerySwift 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourcerySwift 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2018 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Nimble/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m: -------------------------------------------------------------------------------- 1 | // 2 | // CwlCatchException.m 3 | // CwlAssertionTesting 4 | // 5 | // Created by Matt Gallagher on 2016/01/10. 6 | // Copyright © 2016 Matt Gallagher ( http://cocoawithlove.com ). All rights reserved. 7 | // 8 | // Permission to use, copy, modify, and/or distribute this software for any 9 | // purpose with or without fee is hereby granted, provided that the above 10 | // copyright notice and this permission notice appear in all copies. 11 | // 12 | // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 13 | // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 14 | // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 15 | // SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 16 | // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 17 | // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 19 | // 20 | 21 | #import "CwlCatchException.h" 22 | 23 | #if !SWIFT_PACKAGE && NON_SWIFT_PACKAGE 24 | __attribute__((visibility("hidden"))) 25 | #endif 26 | NSException* catchExceptionOfKind(Class __nonnull type, __attribute__((noescape)) void (^ __nonnull inBlock)(void)) { 27 | @try { 28 | inBlock(); 29 | } @catch (NSException *exception) { 30 | if ([exception isKindOfClass:type]) { 31 | return exception; 32 | } else { 33 | @throw; 34 | } 35 | } 36 | return nil; 37 | } 38 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourceryRuntime.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceryRuntime 11 | CFBundleIdentifier 12 | Pixel.SourceryRuntime 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryRuntime 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | SourcerySwift 11 | CFBundleIdentifier 12 | Pixle.SourcerySwift 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourcerySwift 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2018 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceryRuntime 11 | CFBundleIdentifier 12 | Pixel.SourceryRuntime 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryRuntime 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/Current/Frameworks/SourceryRuntime.framework/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceryRuntime 11 | CFBundleIdentifier 12 | Pixel.SourceryRuntime 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryRuntime 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceryRuntime 11 | CFBundleIdentifier 12 | Pixel.SourceryRuntime 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryRuntime 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Pixle. All rights reserved. 43 | 44 | 45 | -------------------------------------------------------------------------------- /Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCasePlatform.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2015-present, Facebook, Inc. 3 | * 4 | * This source code is licensed under the MIT license found in the 5 | * LICENSE file in the root directory of this source tree. 6 | * 7 | */ 8 | 9 | #import 10 | 11 | #ifdef __cplusplus 12 | extern "C" { 13 | #endif 14 | 15 | /** 16 | Returns a Boolean value that indicates whether the snapshot test is running in 64Bit. 17 | This method is a convenience for creating the suffixes set based on the architecture 18 | that the test is running. 19 | 20 | @returns @c YES if the test is running in 64bit, otherwise @c NO. 21 | */ 22 | BOOL FBSnapshotTestCaseIs64Bit(void); 23 | 24 | /** 25 | Returns a default set of strings that is used to append a suffix based on the architectures. 26 | @warning Do not modify this function, you can create your own and use it with @c FBSnapshotVerifyViewWithOptions() 27 | 28 | @returns An @c NSOrderedSet object containing strings that are appended to the reference images directory. 29 | */ 30 | NSOrderedSet *FBSnapshotTestCaseDefaultSuffixes(void); 31 | 32 | /** 33 | Returns a fully «normalized» file name. 34 | Strips punctuation and spaces and replaces them with @c _. Also appends the device model, running OS and screen size to the file name. 35 | 36 | @returns An @c NSString object containing the passed @c fileName with the device model, OS and screen size appended at the end. 37 | */ 38 | NSString *FBDeviceAgnosticNormalizedFileName(NSString *fileName); 39 | 40 | #ifdef __cplusplus 41 | } 42 | #endif 43 | -------------------------------------------------------------------------------- /Pods/Sourcery/bin/Sourcery.app/Contents/Frameworks/SourcerySwift.framework/Versions/A/Frameworks/SourceryRuntime.framework/Versions/Current/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SourceryRuntime 11 | CFBundleIdentifier 12 | Pixel.SourceryRuntime 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SourceryRuntime 17 | CFBundlePackageType 18 | FMWK 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10A255 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18A384 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1000 39 | DTXcodeBuild 40 | 10A255 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Pixle. All rights reserved. 43 | 44 | 45 | --------------------------------------------------------------------------------