Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anovoselskyi/screencapturer
https://github.com/anovoselskyi/screencapturer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/anovoselskyi/screencapturer
- Owner: anovoselskyi
- License: mit
- Created: 2020-07-27T16:25:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T11:56:00.000Z (over 4 years ago)
- Last Synced: 2024-11-20T21:51:28.187Z (about 1 month ago)
- Language: Swift
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.