gitextract_do6dfjge/ ├── .gitignore ├── .swift-version ├── Cartfile ├── Cartfile.resolved ├── GeoQueries/ │ ├── GeoQueries.h │ └── Info.plist ├── GeoQueries.swift ├── LICENSE ├── Package.swift ├── README.md ├── RealmGeoQueries/ │ ├── AppDelegate.swift │ ├── Controllers/ │ │ ├── BoxViewController.swift │ │ ├── BoxViewController.xib │ │ ├── RadiusViewController.swift │ │ └── RadiusViewController.xib │ ├── Info.plist │ ├── Model/ │ │ ├── Annotation.swift │ │ └── Point.swift │ └── Resources/ │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── box.imageset/ │ │ │ └── Contents.json │ │ └── radius.imageset/ │ │ └── Contents.json │ └── RealmGeoQueriesPoints.realm ├── RealmGeoQueries.podspec ├── RealmGeoQueries.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata/ │ └── xcschemes/ │ └── GeoQueries.xcscheme └── RealmGeoQueriesTests/ ├── Info.plist ├── RealmGeoQueriesTests.swift └── TestPoint.swift