Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danylokos/popcorntime-ios
https://github.com/danylokos/popcorntime-ios
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danylokos/popcorntime-ios
- Owner: danylokos
- Archived: true
- Created: 2015-05-20T09:16:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T08:21:55.000Z (almost 8 years ago)
- Last Synced: 2024-04-20T18:13:03.215Z (7 months ago)
- Language: Swift
- Size: 2.85 MB
- Stars: 193
- Watchers: 25
- Forks: 48
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - PopcornTime
README
## PopcornTime for iOS
[![Build Status](https://www.bitrise.io/app/9ee06c0598c7cbdb.svg?token=nH-7MkkoZ7EpSlvMce4KkA)](https://www.bitrise.io/app/9ee06c0598c7cbdb)
Version of PopcornTime app for iOS based on [libtorrent](http://www.libtorrent.org) and [MobileVLCKit](https://wiki.videolan.org/VLCKit/). There is still a lot of work to do, but in most cases it works.
### Screenshots
![](https://raw.github.com/danylokostyshyn/popcorntime-ios/master/Screenshots/1.png)
![](https://raw.github.com/danylokostyshyn/popcorntime-ios/master/Screenshots/2.png)
![](https://raw.github.com/danylokostyshyn/popcorntime-ios/master/Screenshots/3.png)### Getting Started
This project uses [CocoaPods](http://cocoapods.org/).
``` bash
$ git clone https://github.com/danylokostyshyn/popcorntime-ios.git
$ cd popcorntime-ios/
$ pod install
$ open PopcornTime.xcworkspace/
```