blob: 99893ad912fb2cb4ccc9fbdf19a91e575bdce9a4 [file] [log] [blame]
{
"name": "ScreenRecorderWithAudio",
"version": "0.1.0",
"summary": "Record iOS screen with audio.",
"description": "Record your iOS screen with audio from microphone and audio playing in device itself.",
"swift_versions": "4.2",
"homepage": "https://github.com/Ajaysainisd/ScreenRecorderWithAudio",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ajaysainisd": "ajaysainisd@gmail.com"
},
"source": {
"git": "https://github.com/Ajaysainisd/ScreenRecorderWithAudio.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "ScreenRecorderWithAudio/Classes/**/*",
"frameworks": [
"UIKit",
"ReplayKit",
"Foundation"
],
"swift_version": "4.2"
}