Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efremidze/spotlight
Vertical Feed (inspired by Instagram) 💡
https://github.com/efremidze/spotlight
feed instagram ios swift vertical
Last synced: 3 days ago
JSON representation
Vertical Feed (inspired by Instagram) 💡
- Host: GitHub
- URL: https://github.com/efremidze/spotlight
- Owner: efremidze
- License: mit
- Created: 2017-04-29T21:30:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T19:29:33.000Z (over 6 years ago)
- Last Synced: 2024-10-14T00:17:41.700Z (about 1 month ago)
- Topics: feed, instagram, ios, swift, vertical
- Language: Swift
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotlight
[![Language](https://img.shields.io/badge/Swift-3.1-orange.svg?style=flat)](https://swift.org)
[![Version](https://img.shields.io/cocoapods/v/Spotlight.svg?style=flat)](http://cocoapods.org/pods/Spotlight)
[![License](https://img.shields.io/cocoapods/l/Spotlight.svg?style=flat)](http://cocoapods.org/pods/Spotlight)
[![Platform](https://img.shields.io/cocoapods/p/Spotlight.svg?style=flat)](http://cocoapods.org/pods/Spotlight)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)Vertical Feed (inspired by Instagram)
```
$ pod try Spotlight
```## Requirements
- iOS 8.0+
- Xcode 8.0+
- Swift 3.0+## Installation
### CocoaPods
To install with [CocoaPods](http://cocoapods.org/), simply add this in your `Podfile`:
```ruby
use_frameworks!
pod "Spotlight"
```### Carthage
To install with [Carthage](https://github.com/Carthage/Carthage), simply add this in your `Cartfile`:
```ruby
github "efremidze/Spotlight"
```## Communication
- If you **found a bug**, open an issue.
- If you **have a feature request**, open an issue.
- If you **want to contribute**, submit a pull request.## License
Spotlight is available under the MIT license. See the LICENSE file for more info.