Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aweleczka/swiftspotlighttutorial

A Spotlight Tutorial built in Swift
https://github.com/aweleczka/swiftspotlighttutorial

cocoapods ios spotlight swift swift-3 swift3 tutorial xcode

Last synced: 25 days ago
JSON representation

A Spotlight Tutorial built in Swift

Awesome Lists containing this project

README

        

# SwiftSpotlightTutorial
**A Spotlight Tutorial built in Swift**
Easily guide your app's users through the first experience of your application

---

### Note
I do not have access to a mac any longer, therefore development on this project is on ice from my side.

---

# Installation
SwiftSimpleLogger can be installed on multiple ways.

### Using CocoaPods
[CocoaPods](https://cocoapods.org/) is a dependency manager for Swift and Objective-C Cocoa projects. It has over 28 thousand libraries and is used in over 1.8 million apps. CocoaPods can help you scale your projects elegantly.

To install SwiftSimpleLogger through CocoaPods simply add
`pod 'SwiftSpotlightTutorial'`
to your `Podfile`

### Using git Submodules
You can add this repository as a submodule to your git-repository by executing the following line inside your repository
`git submodule add https://github.com/AWeleczka/SwiftSpotlightTutorial.git`

### Using a local copy of the repository
You can download [the entire repository here](https://github.com/AWeleczka/SwiftSpotlightTutorial/archive/master.zip) and add it to your project.
**When doing this you will not be connected to versioning and will not receive updates from this repository**

# License
SwiftSpotlightTutorial is published under the MIT License

Copyright (c) 2017 Alexander Weleczka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---
[![Platform Badge](https://cocoapod-badges.herokuapp.com/p/SwiftSpotlightTutorial/badge.svg)](https://cocoapods.org/pods/SwiftSpotlightTutorial)
[![Version Badge](https://cocoapod-badges.herokuapp.com/v/SwiftSpotlightTutorial/badge.svg)](https://cocoapods.org/pods/SwiftSpotlightTutorial)
[![License Badge](https://cocoapod-badges.herokuapp.com/l/SwiftSpotlightTutorial/badge.svg)](https://cocoapods.org/pods/SwiftSpotlightTutorial)
[![Code Climate](https://codeclimate.com/github/AWeleczka/SwiftSpotlightTutorial/badges/gpa.svg)](https://codeclimate.com/github/AWeleczka/SwiftSpotlightTutorial)
[![Issue Count](https://codeclimate.com/github/AWeleczka/SwiftSpotlightTutorial/badges/issue_count.svg)](https://codeclimate.com/github/AWeleczka/SwiftSpotlightTutorial)
[![Build Status](https://travis-ci.org/AWeleczka/SwiftSpotlightTutorial.svg)](https://travis-ci.org/AWeleczka/SwiftSpotlightTutorial)