Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anovoselskyi/screencapturer


https://github.com/anovoselskyi/screencapturer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ScreenCapturer

[![Version](https://img.shields.io/cocoapods/v/ScreenCapturer.svg?style=flat)](https://cocoapods.org/pods/ScreenCapturer)
[![License](https://img.shields.io/cocoapods/l/ScreenCapturer.svg?style=flat)](https://github.com/anovoselskyi/ScreenCapturer/blob/master/LICENSE)
[![Platform](https://img.shields.io/cocoapods/p/ScreenCapturer.svg?style=flat)](https://cocoapods.org/pods/ScreenCapturer)
[![Swift: 5.2](https://img.shields.io/badge/swift-5.2-orange.svg?style=flat)](https://github.com/anovoselskyi/ScreenCapturer)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

`ScreenCapturer` is a iOS wrapper written on Swift over Apple ReplayKit that enable to record screen video and audio from speaker or microphone into a file

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

* iOS 11+
* Xcode 11+

## Installation

ScreenCapturer is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'ScreenCapturer'
```

**InstagramAPI** is also available through [Carthage](https://github.com/Carthage/Carthage).
To install just write into your Cartfile:

```ruby
github "anovoselskyi/ScreenCapturer"
```

## Author

anovoselskyi, [email protected]

## License

ScreenCapturer is available under the MIT license. See the LICENSE file for more info.