blob: bf23fc6f8bb98ab169841638e6edf96faad6d175 [file] [log] [blame]
{
"name": "screen-recording-with-audio",
"version": "0.1.0",
"summary": "Record iOS screen with audio",
"swift_versions": "4.2",
"description": "Record your iOS screen with audio from microphone and audio playing in device itself.",
"homepage": "https://github.com/Ajaysainisd/screen-recording-with-audio",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ajay saini": "ajaysainisd@gmail.com"
},
"source": {
"git": "https://github.com/Ajaysainisd/screen-recording-with-audio.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ScreenRecordingWithAudio/RecordModule/*.swift"
}